Thanks much for your quick reply, I'll take a look (and maybe even find one 
that spell checks my posts first!).

Gary


"Phpster" <[email protected]> wrote in message 
news:[email protected]...
>
>
> On Apr 11, 2009, at 10:12, "Gary" <[email protected]> wrote:
>
>> Is there a way to have a php include called ramdomly?  For example,  I 
>> have
>> an area that I am using to show various quotes and I would like the 
>> quotes
>> to be ramdom.
>>
>> Thanks for your help
>>
>> Gary
>>
>>
>>
>> -- 
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>
> Best is to use a storage system ( either file with a quote in each  line 
> or a database ) and then randomly select  a record from the  database or 
> an item from the file. If you do a quick search on www.hotscripts.com or 
> just goodle 'php random quote' you'll see lots of samples or  complete 
> code.
>
> Bastien 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to