Using the filename for GET data and making the PHP page output as a JPG extension?
- by Rob
Alright, currently I'm using GD to create a PNG image that logs a few different things, depending on the GET data, for example: http://example.com/file.php?do=this will log one thing while http://example.com/file.php?do=that will log another thing.
However, I'd like to do it without GET data, so instead http://example.com/dothis.php will log one…