Click to See Complete Forum and Search --> : php 4.2.2 on apache 2-page does not move


Anon
07-31-2002, 10:58 AM
Hi
I installed Apache 2.0.39 and php 4.2.2.

Then I configured the httpd.conf to host index.php when I put http://localhost.

It is the login page. When I type username and password and press submit page does not move to the other or no error message. In the backend I am using mysql. I checked the connectivity it is fine seperately. But my index.php does not move.

This same thing is setup on another box in Apache 1.3 and php 4.1.2. I am using mysql in the back end.


PLEASE HELP me. Is there any thing else I need to do to the Apache configuration file

nostradamus
08-01-2002, 06:41 AM
Is

register_argc_argv

in your php.ini set on?

If not, try that.

Anon
08-01-2002, 01:48 PM
Hi Nostre

It wasn\\\'t on.
Also when I turned on magic_quotes_gpc = on

It worked.

Thanks for the tip...