class to create thumbnails on the fly
PHP Snippets
Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.
This is a pretty simple little snippet, but it helped me understand how to use relational tables w/in PHP.
With this script you can easily upload your image resize it to fit into your design add watermark or write text to protect your author rights and prevent images theft
Check dates interval from two edit boxes inputed in form dd-mm-yyyy (instead of – sperator u can use . or /)
You can make a quick random choice between two options by seeing if the current server time seconds is even or odd See a working version at http www i-fubar
Easy way to access database and store fetched results. Database connection and query operation implemented in a separate class to play with multiple query results simultaneously over the same connection.
POBS stands for PHP Obfuscator Obscurer It is a free and open PHP program that makes PHP sourcecode almost impossible to read and edit for normal humans It is a
A collection of functions to handle application-wide persistent variables Similar to session handling functions this code was based on the APPLICATION scope in Cold Fusion I needed this concept for
Whenever you think you have a time-consuming script use these functions to find out about how long time your page needs to be generated Just call the first function first
Parser for Inserting HTML TAGS
Adding Font Style,
Font Weight,Hyperlink
Can Add more Tags