Advertisment
Create your own content management system using an OOP approach. The second part implements a class that handles the database functions that we’ll...
See how to create a tell-a-friend form in PHP. The source code shows you how to validate user data and then safely process it. Check the demo.
How to create a script that generates a password from the current time in microseconds.
A basic tutorial on creating PHP for reading and writing.
This tutorial will teach you how to create a very simple password protection for your web pages.
This timer is easy to implement and determines the time taken for a php script to execute correct to a microsecond.
This tutorial will show you how to send email with HTML output in PHP.
In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.
Veremos paso a paso como conectar una base de datos mysql usando php como lenguaje de programacion.
This article provides tutorial notes on Chinese characters in PHP string literals. Topics include PHP string literal syntax; testing Chinese...
This tutorial goes over the string and integers variables in PHP.
If you want to redirect the user to another page, use this script.
Views: 873 | | by Stephen
PHP - Redirection
Validar email con expresiones regulares y la funcion ereg() para lograr el cometido
Anyone who operates their own website knows that you need to provide forms in your site for visitors to contact you. The big challenge is providing...
Views: 578 | | by Jason
PHP - Security
Learn how to create a script that protects pages with a password.
Views: 602 | | by Slicer
PHP - Security
Learn how to create a IP banning script for your site, homepage or for your blog.
An in depth look into PHP for Beginners, explaining the syntax, the reasons for Dynamic websites and other things PHP
This tutorial covers SQL injection and various types of user system holes. I wrote this after seeing many, many scripts (some on high traffic...
Views: 614 | | by David
PHP - Security
Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only...
We all use printf (or sprintf) to help ourselves when mingling together output strings with our variables, right? This is a tip that I use often,...