Learn to have zend_auth authenticate against user information located in a database and then store the aquired user data in a percistent storage (session) to be available to the rest of the application. Also learn the basics of creating a form using zend_form. Part 2: www.youtube.com =================== This is the missing 9 minutes of the original part 1. Thank you codefighta for noting. =================== Please excuse the video quality as I am trying to find out how to screencap and encode in the way that youtube publishes all my videos in HD.
Posts Tagged ‘authentication’
PHP Password Protect Tutorial
January 16th, 2010
phpmoz Learn how to create a page that can only be accessed if you know the password! Get the code at www.garbiluno.co.cc
YT – Computers & Software : PHP Tutorial: Login Form
December 27th, 2009
phpmoz Create a login form in PHP on a computer by using the POST method, which means that information won’t be copied into the query stream. Find out how to pull users and passwords out of a database withhelp from a software developer in this free video on creating a login form in PHP. Expert: Dave Andrews Contact: www.daveandrews.org Bio: Dave Andrews is a software developer that holds a degree in computer science. Currently, he is employed by a government IT department. Filmmaker: Tim Brown…
[HD] PHP Tutorial : Creating Login page (MySQL) Part 2
December 20th, 2009
phpmoz Rate and Comment. webinformation.110mb.com – for the source code of this tutorial visit this website. And got to the resource section of this website.
[HD] PHP Tutorial : Creating Login page (MySQL) Part 1
November 13th, 2009
phpmoz Rate and Comment. webinformation.110mb.com – for the source code of this tutorial visit this website. And got to the resource section of this website.
PHP Tutorial #4 – Login form (updated)
August 23rd, 2009
phpmoz 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 and forum! Apologies for the belch half way through, I was unaware I uploaded that version of the tutorial
Please view the video response as it helps prevent possible SQL attack on your database(s)
PHP Tutorial #2 – Login form
August 22nd, 2009
phpmoz 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 more information.

Posted in
Tags:

