[PHP-DB] Page cannot be displayed problems

2004-04-29 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

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

2004-04-29 Thread Uzi
form action=page2.php method=PUT ??? 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 be displayed

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

2004-04-29 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 form action=page2.php method=PUT

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: ?php 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

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

2004-04-29 Thread Neil Smith [MVP, Digital media]
Subject: Re: [PHP-DB] Page cannot be displayed problems form action=page2.php method=PUT ??? is that a new standard? CaptionKit http://www.captionkit.com : Production tools for accessible subtitled internet media, transcripts and searchable video