The Sea King 0 Posted March 15, 2008 Report Share Posted March 15, 2008 How do I do a code which checks the SQL database for my table GP (* note it means General Password) and then takes us to another page like "register.php"? Quote Link to post Share on other sites
zppblood 0 Posted March 15, 2008 Report Share Posted March 15, 2008 Use SQL SELECT with WHERE."SELECT true FROM GP WHERE field='value'"Later on you can use the header().header('Location: register.php');Since you didn't give any more info, this is all I can really give you. Quote Link to post Share on other sites
The Sea King 0 Posted March 16, 2008 Author Report Share Posted March 16, 2008 ok. thanks. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.