Advertisment
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the...
This is a tutorial on Mysql Database Connecting, Inserting & Showing data.
Learn how to create multidimensional arrays in PHP, we will be creating a form, and another page to handle the form to demonstrate multidimensional...
Dynamically create a HTML calendar using PHP
Views: 845 | | by Jason
PHP - Calendars
If you’ve ever seen the Creating a Weblog In 15 Minutes movie, you were undoubtedly startled at how useful and quick the scaffold command could...
Views: 832 | | by Isac
PHP - OOP
A full news management system that allows you to view each news post, add new news posts, delete and edit news posts and also allow users to add...
This tutorial is showing some functions that you need to use for your inputing form (as text field, text area) because, it is not secure to receive...
Put records from your database in a drop down menu/list box. You can apply it as a navigator list box. Good for saving your webpage areas or you...
When you create an auto email sender program with mail() function. You can not to test it on your machine(localhost). You have to upload and test...
You can apply this tutorial for your contact form on your sites. This tutorial shows you in 1 file with a normal contact information form. When you...
After integer.. maybe just after integer, strings are possibly the most important variable types in programming. Storing a bunch (series) of...
$index++; // Post-increment, Give the value of index, then increments index by one ++$index; // Pre-increment, increments index by one, then...
Files Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This...
Arrays An array is a data structure that stores one or more values in a single value. For experienced programmers it is important to note that...
The most important part of your website is your visitors. You should know where they come from, what they use, where they go. There are various...
Ever need to create a dynamic rss feed but don't know how to? This short and easy tutorial will show you exactly how in seconds, along with...
Views: 569 | | by Stephen
PHP - XML and PHP
You can export your MySQL database to .csv file format (Microsoft Excel file) easily.
Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single...
array_fill() fills an array with num entries of the value of the value parameter, keys starting at the start_index parameter. Note that num must be...
One thing everyone searches for is a great image gallery. Whether it’s to show off your work as a web designer or some pictures of your...