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"> ???
  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" 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 page3.php
  > 
  > On page1.php
  > ------------------------------------------------
  > <form action="page2.php" method="PUT">
  > <input type="submit" value="GO">
  > </form>       
  > ------------------------------------------------
  > 
  > And on page2.php
  > ------------------------------------------------
  > <meta http-equiv="refresh" content="0;URL=page3.php">
  > ------------------------------------------------
  > 
  > If I click "go" on page1.php I SOMETIMES get the "cannot be displayed" 
  > message.  SOMETIMES it works even on her computer!
  > 
  > Anyone know why?
  > 
  > - Matthew Perry
  > 
  > -- 
  > PHP Database Mailing List (http://www.php.net/)
  > To unsubscribe, visit: http://www.php.net/unsub.php
  > 
  > 
  > 

  -- 
  PHP Database Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to