I have a form that prompts for username and password and does a mysql query to verify and pulls a url from a field in the database and then I want to send the logged in person to this url. Itried this but does not seem to work:
header (location: "$url"
What is wrong with this? Please help
Thanks
header (location: "$url"

What is wrong with this? Please help
Thanks