hay so I have solved the issue. The problem was with my login HTML page.
Anyways thanks everyone for quick responses :)
Maybe you should google for information regarding the php.ini and error
reporting.
nagendra prasad wrote:
Yes I did but still its not working on my web server however its working
fine with my WAMP server locally.
On Fri, Oct 2, 2009 at 9:17 PM, Jason Gerfen wrote:
nagendra prasad wrote:
Add this to your script and just copy and paste it back. Seriously, you
are not going to get any help if you don't show anyone the output of
your problem.
echo "";
var_dump(print_r($_GET));
var_dump(print_r($_POST));
echo "";
If you are not getting anything in the post try changing the method
Yes I did but still its not working on my web server however its working
fine with my WAMP server locally.
On Fri, Oct 2, 2009 at 9:17 PM, Jason Gerfen wrote:
> nagendra prasad wrote:
>
>> OK so here is the form for the below code:
>>
>>
>>
>>
>>Username:
>>Passw
nagendra prasad wrote:
OK so here is the form for the below code:
Username:
Password:
Did you try looking at the $_POST array data?
echo var_dump(print_r($_POST));
--
Jason Gerfen
Systems Administration/Web app
OK so here is the form for the below code:
Username:
Password:
nagendra prasad wrote:
Hi All,
I need some help with the below code. I have this login code with me and its
working fine with my *localhost 'WAMP' *server. But when I tried to run the
same script on my web host server its not working. Every time its giving me
the same message "*please enter a us
Hi All,
I need some help with the below code. I have this login code with me and its
working fine with my *localhost 'WAMP' *server. But when I tried to run the
same script on my web host server its not working. Every time its giving me
the same message "*please enter a username and a password*" w