script ok in IE & Opera - error in netscape

Mike Rambo mrambo@lsd.k12.mi.us
Fri, 29 Dec 2000 14:39:05 -0500


I'm trying to build a database using mysql, apache, and php4.  The
following code (which is nearly verbatim from a book on the subject from
which I'm trying to learn) works with Internet Explorer and Opera (both
on a win9x machine) but not from Netscape (windows or linux) or the
Konqueror browser/file manager that comes with kde.  Instead of working
it gives a "requested URL not on this server" 404 error.  The
interesting thing is that the book author used Netscape in all his
examples.

The offending code:

<form action="<?php echo $php_self ?>" method="post">
  <input type="hidden" name="action" value="insert">
  Serial Number:&nbsp;
  <input type="text" name="query_sn" size=31 maxlength=30>
  <input type="submit" value="Query">
</form>

Any ideas?

Thanks.


-- 
Mike Rambo
mrambo@lsd.k12.mi.us