sir pannels
05-14-2003, 12:19 PM
hey,
maybe you guys can see something i cant but, it just says could not execute querry, the table and db is correctly named
<?
$conn = @mysql_connect("localhost","","")
or die("Could not connect to MySQL");
$db = @mysql_select_db("sirp_archive",$conn)
or die("Could not select database");
$sql = "insert into users (username,email,password)
values (\"$username\", \"$email\", \"$password\")";
$result = @mysql_query($sql,$conn)
or die("Could not execute query");
any ideas?
its really puzzlein
cheers :thumbsup:
maybe you guys can see something i cant but, it just says could not execute querry, the table and db is correctly named
<?
$conn = @mysql_connect("localhost","","")
or die("Could not connect to MySQL");
$db = @mysql_select_db("sirp_archive",$conn)
or die("Could not select database");
$sql = "insert into users (username,email,password)
values (\"$username\", \"$email\", \"$password\")";
$result = @mysql_query($sql,$conn)
or die("Could not execute query");
any ideas?
its really puzzlein
cheers :thumbsup: