>> SPRQS
Simple PHP Random Quote Script.
-----------------------------------------
Displays a random quote out of a text file full of quotes.

Features:
-------------
-Very small.  The entire script is one file.  
-Text file based.  MySQL not needed.  
-Very easy to change.
-CSS customizable.  
-Easy to integrate into your current page. 
-Completely free.  No back links or etc. ;) 

Installation
--------------
1) Add some quotes to quotes.txt.  Each quote should be separated by a new
line. 
2) Upload quote.php and quotes.txt to your webhost. 
3) Include the quotes on your main pages. 
Add <? include ("quote.php"); ?> to the oage you want your quotes to appear.  This
assumes that quote.php is in the same folder as your main page.  

Customization
--------------
 p.quote CSS definition in the file that includes quote.php.  This
will allow you to change font color, size, face, and other things.  

Change the starting HTML tags and closing HTML tags in quote.php to make hard
coded changes to how the quote appears.  



 !!! I guarantee nothing about this script. !!!

