Hi everyone, first of all I am not well versed in php code so the more help the better. What I need is simple, I need a small page where a user can enter their first and last names and click submit. After entering their names, it checks the database (or preferably a text or csv file) and if they have entered their name before then it takes them to a different page than if they haven't entered their name before. I hope that makes sense.
Shure your text makes sense, but no real question is asked? are you asking for someone that create this script for you or do you need help making it yourselve? if yes you need to know the following - how to work with form send data ($_POST in PHP) - how to work with databases (mysql) - how to redirect (header("location: http://url"); with PHP)