LPJ@TUMBLR

Bits and pieces
Jan 28
Permalink

PHP/MySQL query INSERT

$query = mysql_query(“INSERT INTO table_name (title,content,picture_url,user,date) VALUES (‘$title’,’$content’,’$pic_url’,’$user’,’$date’)”) or die(“Error”);