Hi,
Could anyone tell the logic/code for the following scenario.
Suppose we are given the username and password (obtained through some method).now we should append the username and password to the querystring(using GET method), send the values to the server (get the user validated), and then he is sent/redirected to a php webpage(this page has user specific data).
All this should be done using php(ajax maybe included if necessary).I donot want to use a separate login page.
Any help is greatly appreciated.