Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Links
Tools and Utilities
Random Quotes Creator
Want to make your site more dynamic?
Here's a code that will generate random quotes in your site:
<?php
$quote = array(
1 => "Love is blind",
2 => "I'm the king of the world",
3 => "You complete me",
4 => "What we are is what we thought",
5 => "Immortality, take it, it's yours!",
// the quotes may sound corny but they are just examples
);
srand ((double) microtime() * 1000000);// the random sequence
$randnum = rand(1,5);// note: you can change this, example you changed this to 3,5 it would use only the array 3,4, and 5
echo"$quote[$randnum]";//$quote and $randnum combined together
?>
66
Aug 01 09 01:11:13
Lazywriter
Rating : 









|
|||
Digg
Yahoo
delicious