Randomising order of links
Randomising order of links
I would like to show links in a random order, any ideas?
In links.php change to
That should do it.
Code: Select all
$lines = file($settings['linkfile']);
Code: Select all
$lines = file($settings['linkfile']); shuffle($lines);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools