GunnDawg Posted December 19, 2008 Share Posted December 19, 2008 Here is my code...the page displays this after I submit my form: "Connection EstablishedError adding your message" code: http://pastebin.com/m510b7c7c Any help is appreciated, Thanks. Link to comment https://forums.phpfreaks.com/topic/137760-solved-trouble-writing-to-db-code-inside/ Share on other sites More sharing options...
trq Posted December 19, 2008 Share Posted December 19, 2008 This.... $mysql_query[$query] or die ('Error adding your message'); should be.... mysql_query($query) or die ('Error adding your message'); Link to comment https://forums.phpfreaks.com/topic/137760-solved-trouble-writing-to-db-code-inside/#findComment-720035 Share on other sites More sharing options...
GunnDawg Posted December 19, 2008 Author Share Posted December 19, 2008 Ah there we go work now Link to comment https://forums.phpfreaks.com/topic/137760-solved-trouble-writing-to-db-code-inside/#findComment-720043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.