EvilSpider Posted April 4, 2011 Share Posted April 4, 2011 EvilSpider 123456 [email protected] Connected successfullyYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@yahoo.com)' at line 2 mysql_query("INSERT INTO user (username, password,email) VALUES($user, $pass, $email) ") and when i dont do the @ sign i still get the error EvilSpider 123456 FakeEmail Connected successfully Unknown column 'EvilSpider' in 'field list' Link to comment https://forums.phpfreaks.com/topic/232634-php-insert-not-working/ Share on other sites More sharing options...
lastkarrde Posted April 4, 2011 Share Posted April 4, 2011 mysql_query("INSERT INTO user (username, password,email) VALUES ('$user', '$pass', '$email')"); Link to comment https://forums.phpfreaks.com/topic/232634-php-insert-not-working/#findComment-1196515 Share on other sites More sharing options...
EvilSpider Posted April 4, 2011 Author Share Posted April 4, 2011 mysql_query("INSERT INTO user (username, password,email) VALUES ('$user', '$pass', '$email')"); ???? Link to comment https://forums.phpfreaks.com/topic/232634-php-insert-not-working/#findComment-1196518 Share on other sites More sharing options...
lastkarrde Posted April 4, 2011 Share Posted April 4, 2011 Try that Link to comment https://forums.phpfreaks.com/topic/232634-php-insert-not-working/#findComment-1196520 Share on other sites More sharing options...
EvilSpider Posted April 4, 2011 Author Share Posted April 4, 2011 that is awsome ty Link to comment https://forums.phpfreaks.com/topic/232634-php-insert-not-working/#findComment-1196521 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.