[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP4 - Apache2 - MySQL What am I missing *FIXED*



You should NEVER NEVER NEVER enabled register globals. You should
never trust data comming from the client without making sure what that
input is not crazy,
Try using $_POST veriables. Its much much safer.

Caveman


>  i was getting error like it, as i was sending my user name passwd
> through my html form
> and it was not receving by my php4 action script , after an hour hard
> searching i came to know that we have to edit ????php.ini file and
> there an option REGISTER_GLOBAL
> should be turned ON , so that our form variables could be send to php
> script through apache.
> 
> i hope it will help you in debuging your system,
> cheers,
>



Reply to: