Waleed
Nov 22 2004, 06:12 PM
there are these scripts that put in random text everytime the page loads. any idea where to get that?
i tried gogle 'ing' but i coudn't really find what i wanted..
Joe
Nov 22 2004, 07:04 PM
You would want to use an array (in PHP of course)
jasonrap
Nov 22 2004, 07:31 PM
You could also store your random text in a DB and recall it by the following:
SELECT * FROM your_table ORDER BY RAND() LIMIT 1
CBrown
Nov 22 2004, 10:35 PM
i know there are random numbers... there might be a way to convert the random numbers to characters using an ascii code.... couldn't tell you how to do it in javascript though.