Posts Tagged ‘tutorial’

PHP Tutorials: MySQL (Part 7)

Creating an HTML dropdown list, displaying database table data. Then writing a script to let you modify records to a value of your choice depending on what is selected.

Building a CMS with PHP and MYSQL Part 3

Watch the HD and readable versoin here ——\/ www.qzpstudios.com Part 3 ——————————— Listing all posts and adding delete functionality. See the site for more videos and other goodies like source code and HD video! —————————————– www.qzpstudios.com

PHP Tutorial: Return data from a MySQL Database without refreshing (using jQuery)

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 Basics: Echo Function

The echo function lets you output to a page. An almost vital function that you need to know!

PHP Tutorials: MySQL (Part 4)

Selecting data to be displayed from your database table.

PHP Tutorials: MySQL (Part 5)

Displaying selected data from your database table, and some useful SQL queries to filter what you want to see.

PHP Tutorials: Display Recent Posts from a phpBB Forum (Part 3)

Display the most recent posts, with the limit you choose from a phpBB forum. A start to finish tutorial showing you how to access database posts and learn how to display them, with effective links directly to your forum.

PHP Tutorials: Register & Login: User registration (Part 6)

Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through checking if a username has already been registers and returns an error if so