Jump to content

Mysql Error...


PhpxZ

Recommended Posts

this is my line

 

					if (mysql_query('INSERT INTO `pendingchars` (`accid`,`charname`,`sex`,`age`,`pgmg`,`dmrktt`,`history`,`carcrashrp`,`carscrash`) VALUES ('. $_SESSION['Logged'] .',\''. $_POST['charname'] .'\','. $_POST['sex'] .'\','. $_POST['age'] .',\''. $_POST['pgmg'] .'\',\''. $_POST['dmrktt']. '\',\''. $_POST['history'] .'\',\''. $_POST['carcrashrp'] .'\',\''. $_POST['carscrash'] .'\')', $con))
				{

 

i get a mysql error I dont know why.. i just added the "sex" in it.. it's something with that.

 

I have all the rows and lines in the Mysql

Link to comment
https://forums.phpfreaks.com/topic/206476-mysql-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.