Tips and Tutorials
Basic Arrays - Tutorials
Arrays are used to store multiple information. Arrays are essential for storing, managing, and operating on sets of variables. All the information you need to use arrays can be [...]
Sending SMS Thru HTTP
SMS (also known as text-messaging) has grown into a very popular method of communication. It has been around in Europe and Asia since the early nineties and its use is steadily [...]
Using Cookies in PHP Tutorial
Cookies are one of the most widely misunderstood concepts of Internet surfing to both users and developers. Many people think that cookies are dangerous, insecure `things` that let [...]
Using Flat Files - Writing Data - Tutorial
This may come in useful for those of you who have access to PHP but not any form of database. Flat files are essentially text files which store data, much like databases themselves [...]
Rate It - Poll
This tutorial will provide you with all the information needed to create your very own poll for your site. Using mysql to store the data and variables to store the questions it is [...]
Php Beginners Guide - Tutorial Pt.1
PHP stands for Hypertext Preprocessor and is used for background programming for web sites. PHP can do many things, such as creating a hit counter, login script, guestbook ... [...]
Building a Secure Contact Form
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. It is common in this day and age, not to [...]
Flash Image - Prevents copying of image
Dynamic image loader in flash - prevents copying of image - with bar loader - dynamic copyright or caption - one flash file for all [...]
Page Load Time
This code snippet will output the page load time, make sure you have a *.php file. The top snippet needs to be put at the top of the page and the bottom needs to be put at the [...]
Create dynamic sites with PHP & MySQL - Tutorial
This tutorial shows you how to use two open source, cross-platform tools for creating a dynamic Web site: PHP and MySQL. When we are finished, you will know how dynamic sites work [...]
