Nothing being added to table...
Posted: Wed Jul 30, 2003 2:54 pm
http://tsn.dk/p/?id=1940
Line 55-57.. For some reason everything seems to be working but nothing is added into my table. I tried using a different method:
їphp]
$sql = "INSERT INTO users (username, password, signature, profile, real name, ipaddress) VALUES ('$username', '$password', '$signature', '$profile', '$realname', '$ip')";
ї/php]
and then using
їphp]
mysql_query($sql);
ї/php]
Got the same result, looked like it worked, no errors, but nothing was added into the table. So i echoed out $sql. Looked perfect, i ran it through the SQL thing in phpmyadmin and the record was created successfully with no errors from MYSQL.. I have no idea what's wrong.. any help appreciated, thanks in advance.
?>
Line 55-57.. For some reason everything seems to be working but nothing is added into my table. I tried using a different method:
їphp]
$sql = "INSERT INTO users (username, password, signature, profile, real name, ipaddress) VALUES ('$username', '$password', '$signature', '$profile', '$realname', '$ip')";
ї/php]
and then using
їphp]
mysql_query($sql);
ї/php]
Got the same result, looked like it worked, no errors, but nothing was added into the table. So i echoed out $sql. Looked perfect, i ran it through the SQL thing in phpmyadmin and the record was created successfully with no errors from MYSQL.. I have no idea what's wrong.. any help appreciated, thanks in advance.
?>