Date: 11/15/00
- Next message: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Previous message: Jeremy: "[PHP-DB] Average?"
- In reply to: jeffM <email protected>: "[PHP-DB] HTTP 404 ERROR"
- Next in thread: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Reply: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <86256998.007602B3.00 <email protected>>,
jeffM <email protected> wrote:
> I can't find anything wrong with the script below but every time I try to
> run it I get a page not found error HELP!
> <html>
> <head>
> </head>
> <form method="post" action="<?php echo $PHP_SELF?>">
Have you tried echoing $PHP_SELF to screen to check its value? I think I
read somewhere that the closing "?>" likes a space in front of it, in which
case the form action may not be what you're expecting.
-- CC-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Previous message: Jeremy: "[PHP-DB] Average?"
- In reply to: jeffM <email protected>: "[PHP-DB] HTTP 404 ERROR"
- Next in thread: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Reply: Paul Burney: "Re: [PHP-DB] HTTP 404 ERROR"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

