LinuxForce Posted June 24, 2008 Share Posted June 24, 2008 I was curious how to make a comment box in php like in wordpress but for like a testimonials thing for my web design website where people can post about my work and people can look at archived messages and a testimonial # count so i know how many have been posted. Link to comment https://forums.phpfreaks.com/topic/111595-help-please/ Share on other sites More sharing options...
whizard Posted June 24, 2008 Share Posted June 24, 2008 you need to a)set up the HTML form b)set up a PHP script which takes the variables from the form c)continue in the same PHP script to insert the data into a database d)set up your homepage so that it gets the feedback out of the database and puts in on the homepage/wherever. There are hundreds of tutorials and things online for this. Dan Link to comment https://forums.phpfreaks.com/topic/111595-help-please/#findComment-572837 Share on other sites More sharing options...
LinuxForce Posted June 24, 2008 Author Share Posted June 24, 2008 Thats what im basically asking for is a tutorial i searched on here and found one but i didn't like the style of it. Link to comment https://forums.phpfreaks.com/topic/111595-help-please/#findComment-572839 Share on other sites More sharing options...
whizard Posted June 24, 2008 Share Posted June 24, 2008 Try this: http://php.resourceindex.com/Documentation/Examples_and_Tutorials/Form_Processing/ (I would start with the first link, not the second about feedback forms) and this: http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=feedback+comment+form+PHP+tutorial I'm not tryna just send you away, just there's no point in me writing a four page tutorial when there are hundreds out there already. Dan Link to comment https://forums.phpfreaks.com/topic/111595-help-please/#findComment-572846 Share on other sites More sharing options...
LinuxForce Posted June 24, 2008 Author Share Posted June 24, 2008 Oh i know i just didn't know what to search under such as comment box etc so i came for some help. Link to comment https://forums.phpfreaks.com/topic/111595-help-please/#findComment-572848 Share on other sites More sharing options...
futurewii Posted June 24, 2008 Share Posted June 24, 2008 I have some you could use http://www.futurewii.com/?page=videos/view&id=9 like the one on there Link to comment https://forums.phpfreaks.com/topic/111595-help-please/#findComment-572880 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.