PHP Tutorials: Register & Login: User registration (Part 1)
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
Duration : 0:8:16
How To Write Your First PHP Program
http://www.codejax.com
This short video tutorial shows you how to write a simple program in the php programming language.
Duration : 0:4:26
PHP in HTML (Visitor country by IP filter)
Put PHP code in your HTML pages by adding a directive in your .htaccess file. This example uses PHP to present custom content based on the country of the visitor using IP address to country database. No MySQL needed for this code.
Bug: the array values from explode function must be converted to int. PHP is comparing them as strings which means 234 is greater than 1234. Add (int) before the variable.
Duration : 0:5:44
Killa Appz
The hottest new hip-hop single from the biggest name in web development… M.C. Dave Berzack!!!
Check out my portfolio: http://www.daveberzack.com
Duration : 0:3:24
PHP Read a Directory and Write a File
learn how to read a directory with PHP and then create a text file out of which you read.
Duration : 0:7:29
Code Swarm – Symfony PHP Web Framework
Code Swarm video for Symfony 1.4 repository: http://svn.symfony-project.com/branches/1.4. See more symfony and doctrine videos at http://simsym.com
Duration : 0:4:27
PHP Tutorials: Register & Login: User login (Part 2)
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, and process a logout function.
Duration : 0:9:32
PHP Tutorials: Register & Login: User registration (Part 2)
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
Duration : 0:9:20
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 something needs to be changed, like a menu item, header, or footer.
A new way to write HTML-code