Hi,
I have apache2.0.36 and php4.2.1 and mysql3.23.49 on solaris 7.
The ole' phpinfo.php with <? phpinfo() ?> works fine and mysql and
apache is
working. I have an html form that takes 2 parameters, uses
form action = results.php method = post and etc.
The results.php is from a book and makes calls to the mysql server
using
I have the same html and php scripts and etc setup on RH7.2 with
apache 1.3.24, php4.0, and mysql3, and it works as expected.
But on the apache 2.0.36/solaris, the form variables are not getting
passed
to the php script to query the database. The php script returns a "no
parameters
found, go back .." that's built into the script.
My access log shows 304 status codes with 0 bytes returned.
I hardcoded the variables into the results.php file and changed the
search.html
to be a form with just a submit button and the results.php queries the
database
and returns the correct results. So I know that php and mysql are
working
properly. And apache is serving html. I don't understand why the form
variables aren't being passed.
Httpd.conf is setup properly, I think.
What am I missing ... ? Something in httpd.conf ???
TIA,
Kent
> Select * from Users where clue > 0;
> Empty Set (0.00 sec)