Weborum Webmaster Forum > Random text
Help - Search - Members - Calendar
Full Version: Random text
Weborum Webmaster Forum > Web Page Design > Javascript
Waleed
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..
leo
any of these do?

http://www.google.com/search?q=javascript+...:en-US:official
Joe
You would want to use an array (in PHP of course)
jasonrap
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
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.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.