iassael Posted October 27, 2006 Share Posted October 27, 2006 Hi, i want a simple script in php for users to post their comments into mysql and then display them in another page. Can somebody please help me?Thank you Link to comment https://forums.phpfreaks.com/topic/25334-php-comments-script/ Share on other sites More sharing options...
JP128 Posted October 27, 2006 Share Posted October 27, 2006 You have to connect to the database, then have the form to write the comment, you will need a username, date, and the comment... those should all be rows.. and when the user submits them you will want them to write it into the DB. I am not sure on the exact functions, but there is a page... If you look at example two, on http://us2.php.net/manual/en/function.mysql-query.php, it should be helpful. Sorry that I cannot help more.. Link to comment https://forums.phpfreaks.com/topic/25334-php-comments-script/#findComment-115509 Share on other sites More sharing options...
Caesar Posted October 27, 2006 Share Posted October 27, 2006 This is generally a forum for help troubleshooting existing code. You won't find much in the way of getting/finding scripts. Link to comment https://forums.phpfreaks.com/topic/25334-php-comments-script/#findComment-115511 Share on other sites More sharing options...
iassael Posted October 27, 2006 Author Share Posted October 27, 2006 i would really like some help because is for a community in my country against high prices in internet. So if somebody could kindly help me we would be really greatfull. Link to comment https://forums.phpfreaks.com/topic/25334-php-comments-script/#findComment-115512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.