Click to See Complete Forum and Search --> : Daily Quote
jeffda
06-10-2003, 05:11 PM
The attached text file has a javascript that puts a daily quote on a page. What I want is to shorten this code by put each month in it's own file, and have the main page search for the month's file and then find the day in that file and insert the code into the page, without having to load every single month. Can someone help me here?
SearedIce
06-10-2003, 05:16 PM
A serverside scripting language like ASP or PHP will work here. Javascript cannot open or read from files but server-side languages can.
Perhaps even using SQL and databases will be useful to you.
I know only as much ASP,SQL, and PHP as is taught from the htmlgoodies.com website so if you find any other site's tutorials on them I'd be interested :)
~John