Re: [PHP-DB] HTTP 404 ERROR From: Paul Burney (burney <email protected>)
Date: 11/15/00

on 11/15/00 4:26 PM, CC Zona (cczona <email protected>) wrote:

> 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.

You should probably also put a semicolon (;) after the $PHP_SELF just for
good form.

Paul

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Paul Burney
Webmaster and Internet Developer
Educational Technology Unit
Graduate School of Education and Information Studies
University of California, Los Angeles
(310) 825-8365
<webmaster <email protected>>
<http://www.gseis.ucla.edu/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-- 
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>