News Feed
Jobs Feed
Sections




News Archive
Script-Tutorials.com:
Creating Your Own Commenting System from Scratch
October 17, 2011 @ 11:30:02

Script-Tutorials.com has a new article posted today showing you how to combine PHP, some CSS, a dash of SQL and some HTML (oh, and jQuery) to create your own commenting system from scratch that could be used anywhere from a simple blog to a more complex social site.

Today I prepared new interesting article - I will tell how you can create own commenting system (AJAX) for your items (any units at your website) with PHP. For our demonstration - I prepared two SQL tables: first table will keep records of our items. It contain several fields: title, description, time of adding and comments count. Another table will keep records of comments. We will use jQuery too (for better interface behavior). One of features will spam protection (we can post no more than one comment every 10 minutes)!

The tutorial includes all of the code, markup and styling you'll need to make the system work. If you'd like to get right into the code you can download it as a package or you can try out their demo.

0 comments voice your opinion now!
commenting system tutorial html mysql jquery css demo


blog comments powered by Disqus

Similar Posts

Matthew Turland's Blog: Building PHP-GTK with Cairo Support on Ubuntu Jaunty

DevShed: Getting PHP to Talk to MySQL

DevShed: PHP Statements and Beginning Loops

DevShed: Building a Relational Content Management System in PHP/MySQL

Web Development Blog: PHP Mail Scripts using SMTP transport, a guide for beginners


Community Events











Don't see your event here?
Let us know!


testing release conference series unittest functional phpunit podcast framework community language development rest introduction opinion database symfony2 usergroup zendframework2 interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework