NSA
sudo apt-get thefuckout.tar.gz
- Dec 9, 2011
- 715
- 86
Hello,
I've given the title what it is because I don't know what language to do what I want, but I guessed it would be used with one of the ones in the title.
Is there anyway I can get the browser to display a random string from an array everytime the page is refreshed
so I could have:
$a[] = "My name is Josh";
$a[] = "My age is 17";
$a[] = "I live in England";
When the browser is first loaded for instance "My age is 17" would appear in a div or a span & then when the browser is refreshed maybe "My name is Josh" would appear in the div / span.
Any help would be appreciated, thanks!
I've given the title what it is because I don't know what language to do what I want, but I guessed it would be used with one of the ones in the title.
Is there anyway I can get the browser to display a random string from an array everytime the page is refreshed
so I could have:
$a[] = "My name is Josh";
$a[] = "My age is 17";
$a[] = "I live in England";
When the browser is first loaded for instance "My age is 17" would appear in a div or a span & then when the browser is refreshed maybe "My name is Josh" would appear in the div / span.
Any help would be appreciated, thanks!