|
Posted by nemo on 09/30/04 11:17
On Sun, 29 May 2005 21:15:48 +0200, Vincent THOREL
<vincent.thorel@laposte.net> wrote:
>rene willemsen wrote:
>> hi all,
>>
>> is there sombody who can helpme witht he following, i am ''pretty new'' to
>> php and am looking for a script to show images randomly at a 10/ 15 seconds
>> interval. is there anybody who can help me with this or does know where to
>> find a good template script for this?
>>
>> thanks in advance,
>> rene
>>
>>
>SELECT imagefile FROM images LIMIT 1 ORDER BY RAND();
>
>:-)
Which will give you an error. It should be
order by rand() limit 1
If the original poster had restricted his enquiry to just the one group
instead of multi-posting, s/he would have avoided non-sense like this.
Multi-post perhaps if you don't get an answer in your first choice of group;
to START by multi-posting is just plain stupid.
Navigation:
[Reply to this message]
|