Leave X Alone!

I love playing with the php image library stuff. You can load or create and image, manipulate it with code and return the new image. Thus the php url itself, along with any parameters, can be used just as if it were a static url to an image. For instance, this url:

http://www.bit-101.com/pathtoapp/leavexalone.php

takes a parameter called name:

http://www.bit-101.com/pathtoapp/leavexalone.php?name=bit-101

This adds the name parameter as text on the image, and returns the final jpg.

I can use that whole url along with the name parameter as the src attribute of an img tag, and voila:

leave bit-101 alone

Update: You can now make your own at http://www.leavexalone.com!

This entry was posted in Flash. Bookmark the permalink.

2 Responses to Leave X Alone!

  1. Chuck says:

    Nice job. This is a bit freaky. Reminds me of: http://www.oreillymaker.com/, except with less monetization.

Leave a Reply