Will someone please tell me what the heck is wrong with this code?
if !($where="uploads"){
mysql_query("INSERT INTO uploads VALUES
(NULL,'$userid','$type','$title',curdate(),'$location1','$description','0','0','0','$location2','0','0')") OR die ("Could not write into database") kill();
}
ps. kill is suppose to be a function, will that work?