Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
hay so I have solved the issue. The problem was with my login HTML page. Anyways thanks everyone for quick responses :)

Re: [PHP-DB] Need help with the code

2009-10-02 Thread Jason Gerfen
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:

Re: [PHP-DB] Need help with the code

2009-10-02 Thread Jason Gerfen
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

Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
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

Re: [PHP-DB] Need help with the code

2009-10-02 Thread Jason Gerfen
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

Re: [PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
OK so here is the form for the below code: Username: Password:

Re: [PHP-DB] Need help with the code

2009-10-02 Thread Jason Gerfen
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

[PHP-DB] Need help with the code

2009-10-02 Thread nagendra prasad
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