View Single Post
Old 01-02-2009, 10:16 PM   #17 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Its possible yes, if you use GET.
I suppose you could faff around checking referrer headers etc but there not reliable.

Shouldnt be a problem if you only use a value defined by you (as in your first example). If it were me I would generate the images in a managed environment, for example when the user registers/changes his/her email address, then just display the img (from db/file system) instead of having to completely rebuild the image from scratch every time. That will also save a bit of the servers CPU power for other things (albeit not alot, it all adds up you know!).
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote