Posts Tagged ‘comment’

PHP Tutorials: Time Since Post (Part 1)

Show you how to display the time since a specific post was made. You can apply this to comment systems, blogs, forums…the list goes on! Code available at phpacademy.info Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

PHP Tutorial – Basic Comment System Using jQuery – Part 2

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. Website: www.timkipptutorials.com Forums www.timkipptutorials.com Database Connection Script: www.timkipptutorials.com Implementing jQuery (video): www.timkipptutorials.com Implementing jQuery (text): www.timkipptutorials.com Converting MySQL Datetime Field: www.timkipptutorials.com

PHP Tutorial – Basic Comment System Using jQuery – Part 1

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. Website: www.timkipptutorials.com Forums www.timkipptutorials.com Database Connection Script: www.timkipptutorials.com Implementing jQuery (video): www.timkipptutorials.com Implementing jQuery (text): www.timkipptutorials.com Converting MySQL Datetime Field: www.timkipptutorials.com

PHP and MYSQL – Editing and Deleting Data

I go over how to modify and delete data from your database — Post any questions you have in the comments and please rate/subscribe if you like the videos –

Part 4 – PHP programming – Functions, Functions, Functions

Another step down the path of learning PHP programming. In this section we delve into PHP functions. What are they? How do we use them? How do we create our own functions? Enjoy!