Tag Archives: php tutorial

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

PHP Tutorial : Function – Filter unwanted words

Hello, I finded it usefull to build a simple and maximum 10 lines of code php function which can be used in filtering words that you wouldn’t want to appear on your website, forum, guestbook, comments, etc. The most common … Continue reading

Posted in Short PHP Functions | Tagged , , , , | Leave a comment