Git Codebase - Sn0wlink IT
Insults
Code:
Download ZIP
LICENSE
README.md
index.php
insults.csv
insults.php
index.php
<?php // Example use // Pull library include ('insults.php'); // Print random insult echo "<center><h2>"; RandomInsult(); echo "</center></h2>"; ?>