Sorry, I am very very new with PHP and mysql. I'm having a bit of difficulty with the script. This notice keeps on coming up at the top of some of my pages. I have tried the edited version of conn.php, that kind of worked. Also, everytime I press Log-In! or Submit! the fields all go blank.$host = 'mysql'; $user = '4138_craptv' $pass = 'flash'; $db = '4138_craptv'; mysql_connect($host,$user,$pass) or die ("Database is unavaiable. Please try again later."); mysql_select_db($db) or die ("Database is unavaiable. Please try again later."); I don't think my table is correct. Can somebody give me the mysql code needed to make the original tutorial table.I would be most grateful.Thanks In Advance.