Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:

Social Media
     
Tutorial CategoriesCSS (5)
jQuery (73)
PHP (30)
.htaccess (4)
Sponsored Links


PHP Tutorials

Count Views of a MySQL Row (PHP)
Counts each visit of dynamic page as a "view" by retrieving the current number of views from its MySQL database and incrementing it by one.
Tuesday, November 1, 2011 | Demo | 369 Views, 0 Comments

Watermark (PHP)
PHP function creating a watermarked image by superimposing a small image on top of a larger one on the bottom right hand corner.
Saturday, October 1, 2011 | Demo | 322 Views, 0 Comments

Create an Image with Info (PHP)
Creates an image file with a string and an image URL using several PHP functions.
Saturday, October 1, 2011 | Demo | 402 Views, 0 Comments

CAPTCHA (PHP)
CAPTCHA function which features a 'random string' image function in PHP, a 'refresher' button in Javascript/jQuery, and an Ajax that check if the text and image text match.
Saturday, October 1, 2011 | Demo | 334 Views, 0 Comments

Times Tables (PHP/Javascript/jQuery)
PHP function which display a 12*12 times table and a Javscript function which enables users to insert two numbers to display one.
Saturday, October 1, 2011 | Demo | 308 Views, 0 Comments

Alternate Table BG Colors (PHP/Javascript/jQuery)
PHP & jQuery/Javascript function which alternate two background colors for user comments by assigning even and odd numbers which corresponds with their assigned colors.
Wednesday, September 21, 2011 | Demo | 343 Views, 1 Comment

Bar of Statistics (PHP)
Scales statistics of each item by percentage which are proportional to the size of the bar.
Friday, August 19, 2011 | Demo | 450 Views, 0 Comments

Shuffle List (PHP)
Shuffle a list of any kind: number, letter, images, etc. with the PHP 'Shuffle' and 'for loop' functions.
Monday, August 15, 2011 | Demo | 388 Views, 0 Comments

Random Image (PHP)
Displays a random image on every page load.
Monday, August 15, 2011 | Demo | 371 Views, 0 Comments

Image Scale (PHP)
Executes image reduction, scaling it down within its maximum dimensions.
Sunday, July 31, 2011 | Demo | 455 Views, 0 Comments

[First][Prev]1 2 3