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
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 sc
PHP Tutorials: Dynamic pages (Part 1) Creating a standard webpage template, only the content changes when a link is clicked. Saves time duplicating each file, and makes it a lot easier if
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 so
PHP Tutorials: Create a Search Engine (Part 1) Create a search engine for any purpose. This search engine can be implemented anywhere to search your website content, or to search pages on the web.
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/de
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.neoblo