
|
PHP Tutorials: Register & Login: User login (Part 1)
PHP Tutorials: Register & Login: User login (Part 1)
Part of the 'Register & Login' Project from PHP Academy. This tutorials walks you through how to process a username and password based login against details found in a database, set a session, [...]
|

|
PHP Tutorials: Name Splitter (Part 1)
PHP Tutorials: Name Splitter (Part 1)
Splits a full name into two seperate variables. Useful for signup forms where you just want to ask the user their full name, and not have two seperate boxes for first and last names. [...]
|

|
PHP Tutorial - 24 - Connecting to MySQL Database
PHP Tutorial - 24 - Connecting to MySQL Database
wanna watch this tutorial in high def? www.youtube.com there ya go! and don't forget to subscribe to my channel to get all the latest videos! thenewboston.com
From:
[...]
|

|
PHP Tutorial - 2 - Basic Output and Variables
PHP Tutorial - 2 - Basic Output and Variables
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
From:
thenewboston
Views:
17957
[...]
|

|
PHP Tutorial - 1 - Installing PHP
PHP Tutorial - 1 - Installing PHP
Go to thenewboston.com if you need any help or have any questions. I will answer them all there!
From:
thenewboston
Views:
31615
[...]
|

|
PHP Tutorial: Installation and The Basics
PHP Tutorial: Installation and The Basics
To get php and apache installed use xampp. xampp is free and contains php / apache (around 33mb) 1. Download and Install XAMPP from here: www.apachefriends.org 2. on windows go to C:\xampp it should have a [...]
|

|
PHP Tutorial #4 - Login form (updated)
PHP Tutorial #4 - Login form (updated)
This PHP tutorial elaborates on my second PHP tutorial which covers authentication. This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website. Visit www.rascal999.co.uk for more info, tutorials [...]
|

|
PHP Tutorial #2 - Login form
PHP Tutorial #2 - Login form
This PHP tutorial shall cover a BASIC authentication script enabling authorised users access to a specific website. A more advanced and recommended script for authentication is covered in my 4th tutorial (video response). Visit www.rascal999.co.uk for [...]
|

|
PHP Tutorial #1 - Covering the basics
PHP Tutorial #1 - Covering the basics
This PHP tutorial covers the echo, the if...else statement and integer variables. A more in depth written tutorial shall be available on my website soon. www.rascal999.co.uk
From:
Grollon999 [...]
|

|
PHP Tutorial // User Registration w/ SQL
PHP Tutorial // User Registration w/ SQL
PLEASE CHECK OUT THE SECOND VIDEO OF THIS A quick and easy user registration using php, sql and phpmyadmin. For full size and source codes: www.neoblob.com SQL: CREATE TABLE `user` ( `id` int(10) unsigned NOT [...]
|