Posts Tagged ‘authentication’

Zend Framework 1.8 tutorial 4 zend_auth and zend_form part 1

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.

PHP Password Protect Tutorial

Learn how to create a page that can only be accessed if you know the password! Get the code at www.garbiluno.co.cc