xyn Posted July 2, 2006 Share Posted July 2, 2006 Corrected now, this can be deleted sorry! Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/13449-parse-errors/#findComment-51976 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.