|
php gurus - i need a small script written
i need a small script written that reads all lines from a txt file with the syntax:
URL|Description
and then randomly displays all links with the current date infront of it. it must be easy to include, i want to have just two files:
make_list.php (does the work)
links.txt (has the links inside, i want more anytime)
on index.php i just include("make_list.php");
how much or where can i find something like that?
|