runnerjp Posted May 9, 2008 Share Posted May 9, 2008 hey guys... how would i go about making a comment box for profiles on my website.. need some guidence Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/ Share on other sites More sharing options...
blackcell Posted May 9, 2008 Share Posted May 9, 2008 //Connect to database //Script for unposting comment additions if(isset($_POST['submit'])) //Code for inserting database entry. //Query existing comments and order asc //Loop through the comments and store them to $existingComments //HTML BEGIN //Form for the comment box item //Echo $existingComments //HTML END Let me know if this helps. Or do you need specific code help? Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536636 Share on other sites More sharing options...
bilis_money Posted May 9, 2008 Share Posted May 9, 2008 how about just google the tutorial. http://www.google.com/search?hl=en&q=php+comment+box&btnG=Google+Search Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536642 Share on other sites More sharing options...
blackcell Posted May 9, 2008 Share Posted May 9, 2008 Are you wanting to do this for something like your myspace profile? If not the first 100,000 searched on google seem to be hitting on that. Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536703 Share on other sites More sharing options...
runnerjp Posted May 9, 2008 Author Share Posted May 9, 2008 hey yer its not for myspace itself lol the code didnt really help blackcell im not sure how i could creat indervidual commet boxes for each user... Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536909 Share on other sites More sharing options...
ohdang888 Posted May 9, 2008 Share Posted May 9, 2008 i've seen some of your posts.... you need to learn the php and mysql language first... we're not going to sit here and write it for you. You make, tell us your errors, and we'l help... or we'll help with the outline, which is what blackcell did... Link to comment https://forums.phpfreaks.com/topic/104843-comment-box/#findComment-536963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.