How to send variables from javascript to php
how to send java script variables to php. There is an username and password in the form of javascript variables.i want to check this username and password from mysql database. For that i need to save this javascript variables to php and then php can communicate with mysql for validation. Untill entering correct password all other fields in the form should be disabled.pls anybody guide me.
|