Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not sure if this is PHP, but......

Status
Not open for further replies.

ComputerCop911

Programmer
Jul 30, 2003
97
CA
I am not sure if this can be done in PHP, or ASP, or whatever, but I've seen it done in PHP, but anyways....

I have an HTML form that emails me the results, and I want to add an auto-image-generating script where it generates an image of random numbers and the user has to enter it to continue registration...you see it on lots of web hosting company's application forms, registration forms on message boards, etc.

I was wondering if anyone knows how to do this, what language I would have to do it in....cause I have seen people do it, but I have no clue where to start.

ComputerCop911
ASP/HTML Programmer
 
>>You can generate the image in PHP--but HOW??

>>Can VBScript/ASP do it?--That is the other part of my question.

ComputerCop911
ASP/HTML Programmer
 
well ComputerCop911 u didn’t detect that answer coming

To err is human, to completely mess up takes a computer. [morning]
 
very true i agree.

To err is human, to completely mess up takes a computer. [morning]
 
Generating Images in PHP takes the GD library module that is usually installed on most webservers who run PHP. Im not that familiar with the GD library myself to tell u that maybe there is some already made image number generators u can use and just plug it in to your code that our part of the GD lib. However, I can say that this PHP application called "php-nuke" at

This php app has what your talking about and u can download and look at the source if u wish.

Rocco is the BOY!!

SHUT YOUR LIPS...
ROCCOsm.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top