Viewing topic:Simple Random Text Script
Page:
1
02-03-2008 - 6:47
| code | |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
<?PHP $rand[1] = "How was school"; $rand[2] = "How was your day"; $rand[3] = "Thats Great!"; $rand[4] = "Do I know you?"; $rand[5] = "I WAS HERE!~"; $random = rand(1,5); echo $rand[$random]; ?> |
This is a simple random text code I now its simple but its fun to play with

Example?
02-03-2008 - 11:33
Page:
1
Reply to topic
Reply to topic


