I have done some "Google"-ing on this subject, and the articles I find talk about using header() to achieve this.
As it stands, I have a MySQL database with these fields:
ID
username
password
page - page to send user to upon successful login
Any ideas how to go about this conditional redirect?
Any help would be greatly appreciated.
Thanks!
Tim