Posts Tagged ‘help’
PHP Tutorials: Create a Search Engine (Part 4)
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.
Duration : 0:9:12
PHP Tutorials: MySQL (Part 6)
Creating an HTML form allowing you to select specific records from your database table.
Duration : 0:8:48
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 boxes for first and last names.
Duration : 0:9:20
PHP Tutorials: Login/Register Email Activation (Part 1)
Visit the forum for help!
http://phpacademy.info/forum
Follow on Twitter!
http://twitter.com/phpacademy
Make users activate their user account by email before they log in using your register/login process
Duration : 0:6:32
PHP Tutorials: Creating Images with PHP
The fundamentals of creating an image in PHP using GD Library support. This tutorial shows you how to create a simple image with welcome text and a name to follow. For example, ‘Welcome to PHPAcademy, Alex’
Duration : 0:9:54
PHP Tutorials: Register & Login: User registration (Part 4)
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:55
PHP Tutorial #1 - Syntax
Remember this video has been uploaded in full HD, 1280X720! If you have a good internet connection please view in HD for better viewing.
This is the first video of many. In this lesson we will show you the very basic of PHP, Syntax.
A short overview about what is talked about in the video:
-PHP code tags, starting and ending a PHP script.
-All commands and lines executed must end in a semi colon ;
Thank you for watching.
P.S: You can now see this tutorial on the XCodec Official gallery, http://gallery.thexcodec.com
Duration : 0:0:39
PHP Tutorials: Creating a Guestbook (Part 2)
Create your own guestbook using PHP and a MySQL database.
Duration : 0:10:0
PHP Tutorials: Dynamic pages (Update)
An update to my Dynamic pages tutorial, showing how to include sub sections (as folders) in the GET variable in your URL bar. This helps create a better design for your directory structure.
Duration : 0:6:46
PHP Tutorials: MD5 Encryption
Learn how to encrypt passwords to a MD5 hash, securing against your plan text being read by unwanted eyes.
Duration : 0:9:34