Search results

  1. M

    last question, i promise, lol

    $sql = "INSERT INTO $dbname.$tblname (name,password,email,user_id) VALUES($username,$pass,$email,NULL)"; that code isn't working. anyone know why?
  2. M

    another php/sql question!

    <?php $host = "localhost"; $dbusername = "*********"; $dbpassword = "*********"; $dbname = "matzo_friendbase"; $tblname = "users"; mysql_connect($host, $dbusername, $dbpassword) OR die("Cannot connect."); mysql_select_db($dbname) OR die("Cannot select database."); $username = $_POST['uname']...
  3. M

    noob sql question

    I want to connect to my SQL database, but I'm not sure what to use as the host name. Is it localhost like I've seen in a bunch of tutorials? The name of the database is matzo_friendbase. Is the host matzomeal.x10hosting.com? I'm just a little confused...
  4. M

    Just another hello

    Hi everybody! My friend made a website, so I'm jealous, lol. Now I'm trying to make one too, so I'm sure I'll be posting some questions in the forums. See you all around!
Top