Hey, I was wondering, with which language and how does one create dynamic images?
Dynamic Images
The best way to go is probably PHP. You can use the gd extension which is installed on the frihost servers to create the images. You can find more about the functions for image creation at http://www.php.net/image and more about learning php, etc. from http://www.php.net
Could you tell me more about the gd extension, please?
You can create dynamic image in allmost all server-side web-languages. PHP is the best and if you are an ASP freak then search for ASP captcha 
