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!
Insert data Into Mysql Using PHP – Tutorial
A tutorial from - www.appchain.com How to Insert data Into Mysql Using PHP , step by step tutorial for beginners
PHP Tutorials: Register & Login: User registration (Part 2)
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 2)
Connecting to the database, error handling and selecting your database.
PHP Tutorials: SQL Injection (Part 1)
Learn what SQL injection is and how to get access to an account without a password.
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 – SQL Injection
This short tutorial follows up from my 4th tutorial (login form) and simply shows you how to prevent hackers from manipulating your database. Please use the information I have provided, it will make your database much safer! Visit my website at www.rascal999.co.uk
PHP Tutorials: mysql (Part 1)
Using phpmyadmin to create a new table on a database. The basics!

