Jump to content
xisto Community

craptv

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. 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.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.