Navigation :

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links




Site Sponsors :

Bookmark :

Links :

gambling sites
golfing products
dvd information

Downloads :

Misc :

Webmaster Resources
Only PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming

Valid XHTML 1.0 Transitional


Valid CSS!


Random title

Random title

<?php
$title[0] = "beginners php";
$title[1] = "random title example";
$title[2] = "quite neat i suppose";
$title[3] = "useful , probably not";
$title[4] = "oh well";
// get a random number
$randomize = rand(0, 4);
echo ($title[$randomize]);
?>