PHP Video Tutorials

Learn how to make dynamic websites with PHP and MySQL


Welcome to PHP Video Tutorials

On this blog you will be able to learn about PHP scripting language. You will learn how to make dynamic websites that people can use. PHP has been used to make search engines, social networking websites, and blogs. PHP, along with a SQL database can have a lot of benefits. Data can be stored and moved around. Your website can become more dynamic and can almost maintain itself if scripted right. It means less HTML and more simplistic functionality. For example, you will not have to update the date and time every day if you use PHP’s date or time functions.

No Comments

PHP Script Editors

Notepad Pro 2.91
ConTEXT 0.98.5

No Comments

PHP Tutorial: Installation and The Basics

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)
Read the rest…

No Comments

PHP Tutorials: Register & Login: Email activation

Force a newly registered user to activate their account by email. 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.
Read the rest…

No Comments

PHP Tutorials: Sending email

Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily with the mail() function!
Read the rest…

No Comments

PHP Tutorials: MD5 Encryption

Learn how to encrypt passwords to a MD5 hash, securing against your plan text being read by unwanted eyes.
Read the rest…

No Comments

PHP Tutorials: SQL Injection

Learn what SQL injection is and how to get access to an account without a password.
Read the rest…

No Comments

PHP Tutorials: Rename PHP functions

Bored of function names? Having trouble remembering them? Rename your functions using this simple yet effective method.
Read the rest…

No Comments

PHP Tutorials: Swear Word Filter

Filter out your chosen array of words for multi-use using this handy function!
Read the rest…

No Comments

PHP Tutorials: Search Engine Crawler Detection

Want to know if, say, Google has crawled your page for information? This tutorial will show you how.
Read the rest…

No Comments
Rss Feeds