Php / Mod_rewrite / Img Modify
September 22nd, 2009
I need a simple script that will do this:
1. Recognize 3 parameters in file name as query string (GET) variables (mod rewrite?):
a. Parm1
b. Parm2
c. Parm3
2. Query db for a random string from a table (will use parameters above).
3. Write this string onto an existing template image.
4. Must keep file extension



