Re: [PHP] https help

2011-05-30 Thread viraj
yahoo don't have ssl enabled on all their content it seems. http://privacy.yahoo.com/privacy/us/security/details.html ~viraj On Tue, May 31, 2011 at 11:11 AM, Negin Nickparsa wrote: > it is the output: > http://www.yahoo.com/?s=https > > can i force it to show me > https://www.yahoo.com > > ?

Re: [PHP] https help

2011-05-30 Thread Negin Nickparsa
it is the output: http://www.yahoo.com/?s=https can i force it to show me https://www.yahoo.com ?

Re: [PHP] https help

2011-05-30 Thread Negin Nickparsa
I need to create a login page with HTTPS to yahoo Do I have to have a valid certificate? I have not trust certification centre, so before anything under HTTPS will be shown up, the window will come with information: valid certificate: yes, valid domain: yes, valid authority for SSL key: no. am I

[PHP] apache or php limit?

2011-05-30 Thread Peet Grobler
Hi there, new to this list. I have a problem I can't seem to figure out. Here goes. PHP page has 100s of textboxes on it. Submit on the development machine, everything works as expected. Submit on live machine - only part of the $_POST variables are there. The script doesn't stop executing - it e

Re: [PHP] iPhone sadness

2011-05-30 Thread Alexis
Here here Tim, I thought this was meant to be a PHP list. I can remember when it first started, no moaning about this or that, just pure PHP, and no sarcastic comments either, bring back the good old days :) Alexis On 30/05/11 17:04, Tim Thorburn wrote: Is there any way that we could simply

Re: [PHP] iPhone sadness

2011-05-30 Thread Tim Thorburn
Is there any way that we could simply ban these ridiculous top-posting vs bottom-posting threads that seem to come along every few weeks? I frankly don't care where a person writes a reply - I'm quite able to scan through an email message to find the relevant points regardless. Maybe we could

Re: [PHP] iPhone sadness

2011-05-30 Thread Geoff Shang
On Mon, 30 May 2011, Andre Polykanine wrote: most of you post your messages *after* the quotes. It's really not comfortable: I use screenreading software here and I need to scroll with my down arrow key before I see the actual message. I use screen reading software as well and prefer bott

RE: [PHP] https help

2011-05-30 Thread admin
Negin, That is pretty vague. More details please Richard L. Buskirk Senior Software Engineer/Systems Administrator You can't grow your business with systems that are on life support... -Original Message- From: Negin Nickparsa [mailto:nickpa...@gmail.com] Sent: Monday, May 3

[PHP] https help

2011-05-30 Thread Negin Nickparsa
hi all, I want to write an application that can be logged to yahoo.com using https protocol Would you please put me some suggestions and advices? if ($_SERVER['SERVER_PORT'] != 443) { header("Location: https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); }

Re: Re: [PHP] iPhone sadness

2011-05-30 Thread Micky Hulse
The WebDesign-L has been around since early 1997... For as long as I can remember, the policy (on all list-servs I post to) has been "no top posting" and "trim quotes". Here's WD-L's policy page: Lot's of great info there... Under the "Message Body" heading:

Re: Re: [PHP] iPhone sadness

2011-05-30 Thread Tim Streater
On 30 May 2011 at 19:07, jean-baptiste verrey wrote: > I like how people just like to complain about everything^^ > But as the debate is raging I had a look over internet and > http://www.caliburn.nl/topposting.html gave the best argument ever : > we read from *top* to *bottom *so top posting m

Re: [PHP] iPhone sadness

2011-05-30 Thread jean-baptiste verrey
I like how people just like to complain about everything^^ But as the debate is raging I had a look over internet and http://www.caliburn.nl/topposting.html gave the best argument ever : we read from *top* to *bottom *so top posting makes you read useless information^^ Don't worry, be PHaPpy! On

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
Ashley Sheridan wrote: And, BTW, this bottom posting has started just two or three years ago >when Thunderbird came in place. Erm, bottom posting has been the standard since day 1 until Microsoft came along and changed it with Outlook. Most people who use Windows tend not to change basic sett

Re: [PHP] iPhone sadness

2011-05-30 Thread Larry Martell
On Mon, May 30, 2011 at 9:35 AM, Andre Polykanine wrote: > And,  BTW, this bottom posting has started just two or three years ago > when Thunderbird came in place. You obviously have no clue what you are talking about. Since email began bottom posting was the standard. It wasn't until the sheeple

Re: [PHP] iPhone sadness

2011-05-30 Thread Ken Kixmoeller
On Mon, May 30, 2011 at 11:19 AM, Ashley Sheridan wrote: > Erm,... Most people who use Windows tend not to change basic settings from > their defaults. Erm, most Winders users have no clue *how* to change them, nor that there might be some reason to do so. Ken -- PHP General Mailing List (htt

Re: [PHP] iPhone sadness

2011-05-30 Thread Ashley Sheridan
>And, BTW, this bottom posting has started just two or three years ago >when Thunderbird came in place. Erm, bottom posting has been the standard since day 1 until Microsoft came along and changed it with Outlook. Most people who use Windows tend not to change basic settings from their defaults

Re: [PHP] iPhone sadness

2011-05-30 Thread Andre Polykanine
Hello Lester, Actually, I get what you're saying. But it's true if you read a message like an Html page. then you have to press one or two keys and here you are. But for some reasons even now we are required to quote the messages at the bottom. Be saying "we" I mean those who work for com

Re: [PHP] displaying a pdf

2011-05-30 Thread Jim Giner
Thanks for the attempt Simon, but your code only displayed gibberish. While looking around again for help, I found this and it works perfectly: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] iPhone sadness

2011-05-30 Thread Lester Caine
Andre Polykanine wrote: Hello Lester, Sorry, I don't get what you mean by bottom posting but here is my complains: most of you post your messages*after* the quotes. It's really not comfortable: I use screenreading software here and I need to scroll with my down arrow key before I see

Re: [PHP] iPhone sadness

2011-05-30 Thread Andre Polykanine
Hello Lester, Sorry, I don't get what you mean by bottom posting but here is my complains: most of you post your messages *after* the quotes. It's really not comfortable: I use screenreading software here and I need to scroll with my down arrow key before I see the actual message. --

[PHP] php causes HTTP 500, but results in blank page in apache

2011-05-30 Thread Stephon Chen
Hello all, I use a test script below to generate HTTP 500 status: It causes HTTP 500 in apache log, but apache shows blank page instead of HTTP 500 error page But 403, 404 works correctly. Why this thing occurs? And is there any soultion? My platform is FreeBSD 8.2, PHP 5.3.6, and Apache 2.2.

Re: [PHP] iPhone sadness

2011-05-30 Thread Ashley Sheridan
"Igor Konforti" wrote: >What? Replay to all? Its configurable! >However by default there is no spam signatures such as "send from my >iphone/k9" I didn't say the reply to all wasn't available, only that you are forced to top post (incidentally, were you forced to?) I don't see my K9 Sig part a