Hello,
I coded this but it returns "There was a database updating problem"
can anyone tell me what I'm doing wrong?
thanx a lot
$query = mysql_query("INSERT INTO 'RPGI_wallpaper' ('link') VALUES ('$content')", $linkid);
if ($query == TRUE) {
$log .= "The wallpaper was successfully uploaded<br>";
}
else
{
$log .= "There was a database updating problem.<br>";
}
}
echo "$log";