Tag Archives: php random

PHP Tutorial : Random link rotator

Hi, In this php tutorial you will learn how to build a random link rotator. Basically, we’ll build a php array with the links needed to rotate and then we’ll print to user the link randomly. <?php $links = array(“link … Continue reading

Posted in Usefull PHP | Tagged , , , , | 4 Comments