Posts Tagged ‘programming’

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.

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

PHP Tutorials: Creating a Guestbook (Part 2)

Create your own guestbook using PHP and a MySQL database.

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

Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.