st0rmer Posted October 14, 2007 Share Posted October 14, 2007 In my site i want to put a comments sytem, so a visitor can enter a comment into a form and it will appear at the botoom of my webpage. I know how to do the forim in html, but how would i make the comment appear at the bottom of the page straight after a visitor has posted it? Thanks Link to comment https://forums.phpfreaks.com/topic/73193-comments/ Share on other sites More sharing options...
MadTechie Posted October 14, 2007 Share Posted October 14, 2007 Post the code you have so far.. and what the "problem" is.. Link to comment https://forums.phpfreaks.com/topic/73193-comments/#findComment-369200 Share on other sites More sharing options...
st0rmer Posted October 14, 2007 Author Share Posted October 14, 2007 Thats the thing, i have no idea how to code it. I can do the form, but how would i make the PHP code put a comment on the bottom of the page? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/73193-comments/#findComment-369227 Share on other sites More sharing options...
trq Posted October 14, 2007 Share Posted October 14, 2007 Select the data from te database and display it. it really is that easy. There is a section on working with databases in php in the book linked to in my signiture. Link to comment https://forums.phpfreaks.com/topic/73193-comments/#findComment-369232 Share on other sites More sharing options...
mattal999 Posted October 14, 2007 Share Posted October 14, 2007 or you can search on google for: php comments box tutorial it really is very simple Link to comment https://forums.phpfreaks.com/topic/73193-comments/#findComment-369274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.