Re: [PHP-DB] HTTP 404 ERROR From: CC Zona (cczona <email protected>)
Date: 11/15/00

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>