Php | Basic Php
11 hours ago | phptoys.com
In this tutorial I will show you how to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed
Php | Basic Php
11 hours ago | phpeasystep.com
In this tutorial show you how to rename file when upload file to server to prevent new file overwrite an old file that exists in you server.
Php | Basic Php
11 hours ago | tutorials.haxansweb.com
The tutorial will teach us how to generate a random password every time the function is called
Php | Basic Php
11 hours ago | phpbuilder.com
This article explains how to create an interface to CyberCash in PHP, called CyberClass. A duplication of CyberCash's standard API,
Php | Basic Php
12 hours ago | phptutorial.info
basics of sessions is described, and two examples are used to ilustrate it: Showing number of times we have visit a page during a session
Php | Basic Php
12 hours ago | brainbell.com
Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set environment...
Php | Basic Php
12 hours ago | brainbell.com
Most of the time, the date and time functionalities of PHP 5 are used for printing out the current date and time to pretend that the web page is up to date
Php | Basic Php
12 hours ago | php-scripts.com
PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays
Php | Basic Php
12 hours ago | bytemycode.com
Many registration forms request registrants' birth dates. This function allows you to use that information to determine a person's age.