Jump to content

insert help


darkfreaks

Recommended Posts

 

wont' insert single quotes:

$insert_message = mysql_query("
           	 	insert into chat_messages (user, type, content, pm_user, location)
           	   	values
           	   		(
           	       '$poster',
           	       '$type',
           	        '".$this->message."',
           	        '$pm_user',
           	        '$location'
           	    	)
           		");

Link to comment
https://forums.phpfreaks.com/topic/194060-insert-help/#findComment-1021112
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.