xyn Posted July 2, 2006 Share Posted July 2, 2006 Corrected now, this can be deleted sorry! Link to comment https://forums.phpfreaks.com/topic/13449-parse-errors/ Share on other sites More sharing options...
shocker-z Posted July 2, 2006 Share Posted July 2, 2006 you have )" instead of ")[code] $query = "INSERT INTO inbox (user, mail, type, artist, song, mesg, date, time, ip) VALUES ('$name', '$mail', 'Song Request', '$arti', '$song', 'NULL', '$date', '$time', '$ip')";[/code]should be [code] $query = "INSERT INTO inbox (user, mail, type, artist, song, mesg, date, time, ip) VALUES ('$name', '$mail', 'Song Request', '$arti', '$song', 'NULL', '$date', '$time', '$ip'");[/code]havn't looked at the rtest of code below but thats 1 error mate :)RegardsLiam Link to comment https://forums.phpfreaks.com/topic/13449-parse-errors/#findComment-51976 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.