wcf.regNote.message
|
|
PHP Source code |
1 |
$db->query("INSERT INTO bb".$n."_fotovoting_bilder (userid, uploader, date, bilder, bild_name, comment)VALUES ('".$wbbuserdata['userid']."','".$wbbuserdata['username']."','".time()."','".addslashes($ausgabebild)."','".addslashes($bild_name)."','".addslashes($comment)."')");
|
|
|
PHP Source code |
1 |
$result = $db->query_first("SELECT * FROM bb".$n."_fotovoting_bilder ORDER by RAND() LIMIT 1");
|