javascript/or other for drawing or generating images!
i'm trying to figure out a way to generate random images or drawings in some scripting languages? which would be the way to start??
thanx
[151 byte] By [
jm78] at [2007-11-20 2:49:48]

# 1 Re: javascript/or other for drawing or generating images!
Well, you can't do it with JavaScript. It will have to be a server-side language such as PHP. Are you talking about image verification for login?
Take a look at this (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=739&lngWId=8), this (http://www.hotscripts.com/Detailed/59280.html), and this (http://www.google.com/search?hl=en&q=php+image+verification&btnG=Google+Search).