| 146 | Get Users Google Search Term | Gets what the user searched for in Google |
| 144 | If Parent Domain is in array | If the iFrame is on a page where the URL is in the array... |
| 143 | If is AJAX request | Detects if the file was requested by JS |
| 138 | Trim strings by word. | Trims the given tring by the word, rather than letter. Looks more 'natural'. |
| 137 | Neat Trim | Works like substr but lets the last word finish. Ends with '...' |
| 127 | If is active page | If the page title matches the given string, add an class of active. |
| 123 | Remove Images From String | Uses preg_replace to remove images from a string |
| 121 | PHP Broswer Detection | Detects browser, server side via HTTP headers. |
| 117 | If $_GET/$_POST Is Empty | If There's No $_GET varibles in the URL & $_POST array is empty |
| 106 | Hide Warnings | Hides the warnings you occassionally get. |
| 104 | Get Users IP Address | Gets the users IP address, the ISP one, not the local computer address. |
| 98 | Echo Numers (1,2,3,4,5) | Echoes numbers for loops. |
| 97 | Basic Looping Array | Loops through the array with a foreach statment. |
| 89 | If URL Contains... | If the URL contains /category/faq/ |
| 86 | Basic simpleXML Loop Function | Loops through XML document. |
| 78 | Echo Random Hex Color | Echpes random hex color, just the charecters, no #. |
| 61 | Contact Form With Validation | Small, simple, validating contact form. |
| 32 | Echo Numbers (0,1,2,0,1,2) | Echoes numbers in a sequential order. |
| 20 | MySQLi Connection | Connected to a MySQL database, with the improved method. |
| 17 | MySQLi Loop | Loops through rows in DB, acording to what the SQL query is. |