WEBSITE: betterphp.co.uk In this video I talk about the folder and database structures as well as code the first part of the init.inc.php file.
Posts Tagged ‘user’
PHP Tutorial: Password Encryption with MD5, SHA1, and Crypt -HD-
May 16th, 2012
phpmoz In this tutorial, you will learn how to encrypt passwords and other data by using the md5, sha1, and crypt functions. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com
PHP Tutorials: Register & Login: Introduction
May 13th, 2012
phpmoz A short video introducing the series. Register & Login series playlist is available at: www.youtube.com Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorials: Register & Login (Part 1): Database
May 12th, 2012
phpmoz Setting up the database table for our users, so we can store their information. This will allow us to process their login using their username and password, and store any additional information about them. Register & Login series playlist is available at: www.youtube.com Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Series – Building A PHP MySQL Forum Tutorial Series Part 1 – User Login
May 1st, 2012
phpmoz This is part one of this tutorial series. In part one we will be creating the user login form and script that will allow users to log into our forum to create new topics and reply to topics. Users also have the ability to logout in desired. Part 2 – Displaying Forum Categories www.youtube.com All of the code that is used in this tutorial series will be available for download on my website. ** Please rate, comment, and subscribe ** Follow me on Twitter @ twitter.com Check out my website @ www.timkipptutorials.com
PHP Tutorial: Register and Login [User Account System] [Part Three (3)]
April 29th, 2012
phpmoz In this part of the tutorial I code the init file which uses a number of methods to ensure security as to whether or not the user is allowed where they are attempting to go. The init file acts as a library file for the rest of the project.

Posted in
Tags:

