[PHP] Is this an unique user name???

2003-02-18 Thread Alex Davis
Ok... I am trying to have this registration page search a table in a db to find out if the user name supplied is unique. Here is the syntax that I used but it does not seem to work: . $var_UserName = addslashes($_POST['User_Name']); . $query = "SELECT * FROM company_info WHERE UserN

[PHP] redirect

2003-02-14 Thread Alex Davis
What is the syntax to have php redirect to another web site? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] recursion?????

2003-02-14 Thread Alex Davis
Ok ... here is the sitituation... I am creating a registration form. What I have so far works ... the user registers using this form and the form calls another page that will check the validity of the data (checking for username availability, etc...). If there is an error, display the error and ha