Re: [PHP-DB] Page cannot be displayed problems

2004-04-29 Thread Neil Smith [MVP, Digital media]
in; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DB] Page cannot be displayed problems ??? is that a new standard? CaptionKit http://www.captionkit.com : Production tools for accessible subtitled inte

Re: [PHP-DB] Page cannot be displayed problems

2004-04-29 Thread Mikael Grön
As Uzi and Viorel already pointed out, use GET or POST instead of PUT. Also, to be certain of the redirect, use: header("Location: page3.php"); exit; ?> instead of the meta redirect. First of all, I'm sure there are browsers that don't support META redirects, secondly, using the PHP header func

Re: [PHP-DB] Page cannot be displayed problems

2004-04-28 Thread Viorel Dragomir
Nope. An obsolete standard. Try use GET or POST instead of PUT. Cheers - Original Message - From: Uzi To: matthew perry ; [EMAIL PROTECTED] Sent: Thursday, April 29, 2004 10:13 Subject: Re: [PHP-DB] Page cannot be displayed problems ??? is that a new standard

Re: [PHP-DB] Page cannot be displayed problems

2004-04-28 Thread Uzi
??? is that a new standard? - Original Message - From: "matthew perry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 8:11 AM Subject: [PHP-DB] Page cannot be displayed problems > My bosses computer gets a "Page cannot

[PHP-DB] Page cannot be displayed problems

2004-04-28 Thread matthew perry
My bosses computer gets a "Page cannot be displayed" message when she uses some of my pages. I have tried to find a pattern as to why this happens on only her computer. I think the problem only occurs when she links to a page that links to a page. Say I have 3 pages: page1.php, page2.php, and