php help: login redirection
php help: login redirection
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- freshlysqueezed0
have the PHP script check the username/password entered matches that in the MySQL db and if so, use JS or a meta redirect to send the user to the appropriate page.
Obviously you'll need to use cookies if you need the user logged in to a variety of features/pages...