Posts Tagged ‘sql’

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 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: 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: 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.

PHP Tutorials: MySQL (Part 3)

Inserting and modifying records.

PHP & MySQL Tutorial 11: Extending a Basic Blog: Part 1

This tutorial goes over an inner join SQL query and extending the basic blog from tutorial 10 to have a link to a single-post page. First of all, I am basing this tutorial on the last tutorial(10), which established a basic blog. Here we are going to compound the original statement, and make a link in the main blog to post pages where it shows only the post, and possibly more content in the future. Make sure to see Part 2 and 3!

PHP Tutorials: MySQL (Part 6)

Creating an HTML form allowing you to select specific records from your database table.