Hi please help me,I am kind of new at php.
This is what i have to do please ,provide me with a code if some one can
1)I have files named like 10.txt,9.txt,7.txt etc..//only text files
2)higher the number of the file hisger the priority
3)i just want to use php to read from each file and display it on screen eg... say i am reading from 10.txt then i will display the text of 10.txt on screen say for 100 seconds....
then this fades away and i display the text of 9.tx for 90 seconds ...
and so on and after the last file is read the process repeats again.....
the code to do so from ajax and javascript is very dirty and i can not understand much
Please provide a php solution to this??