PHP Tutorials: Creating a Guestbook (Part 2)
Create your own guestbook using PHP and a MySQL database.
PHP Tutorials: Unique Visitor Counter (Part 1)
This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.
PHP Tutorial – 27 – Creating a Computer Game
Make sure to watch this video in HIGH QUALITY! I will post all the code at my website thenewboston.com so you guys can get it all there!
PHP Tutorials: jQuery: Get data from MySQL Database without refreshing
Outputs the age of a specified name typed in a form, without a page refresh. It's easy, using jQuery! Great for beginners to AJAX style methods. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org
PHP Tutorials: jQuery: Check if a username is available without refreshing
Check if a typed username is available without page refreshing. Basically, an AJAX style check, but using jQuery. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org

