Follow me on Twitter @ http://twitter.com/tktutorials
Check out my website @ http://www.timkipptutorials.com
In this two-part tutorial series we will be creating a basic comment system using PHP MySQL and jQuery. The comment will automatically be added to the list of comments using jQuery to load the updated data onto the page. All comment posting and comment refreshing is done behind the scenes. The tutorials mentioned in this tutorial are listed below.
Database Connection Script:
http://www.timkipptutorials.com/pages/view_text_tutorial.php?tut_id=6
Implementing jQuery (video):
http://www.timkipptutorials.com/pages/view_video_tutorial.php?tut_id=40
Implementing jQuery (text):
http://www.timkipptutorials.com/pages/view_text_tutorial.php?tut_id=11
Converting MySQL Datetime Field:
http://www.timkipptutorials.com/pages/view_video_tutorial.php?tut_id=42