Daily Quotes

Printer-friendly versionPDF version
No votes yet

Daily Qutes is little script to show 30 quote one by one of every single day of a month. It stores quotes in array and then changes the quotes array respectively with date.

 

STEP 1:
Change the quotes from the array respectively.

STEP 2:
Put the part of array inside header of your page.

STEP 3:
Add this script below where you want to show the quotes

<script language="JavaScript">
<!--
document.write(quote[date]);
//-->
</script>
Source Files: