Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Enter code from image email form
Name: ian_ok Date: July 22, 2005 at 05:06:11 Pacific OS: win xp 98 & 2k CPU/Ram: p3 512
Comment:
I'm looking for how to get people to enter a code from an image when they are submitting an email to me via my webform.
I've read this is done with sql, but have never found any code for it, can anyone shed anylight or some links?
Name: tpszette Date: July 22, 2005 at 21:29:59 Pacific
Reply:
It depends on what type of web scripting you are using. the two main ones are ASP and PHP.
it is fairly simple with PHP by generating a random string and then by using the image() function displaying it on a webpage in the form of an image, then you can encode the string in a session or a cookie,
but then again, it depends on what type of Server scripting you are using
____________________________ Yet another useless Jazo helping hint! Have fun y'all.
Summary: I've been having problems with my web to email form. This morning 48 hours later after testing I got a message but only with the message, no email address or name, it was sent from (me@localhost.com) ...
Summary: is your server support PHP? if so, then you can add this code right above the: <form method="post" action="awestman@buckeye-express.com"> this is the code: <?php if (isset ($_POST['submit']))...
Summary: I am tring to set up an Email form but it doesn't seem to send emails and I was wondering if someone could look at the code to give me a clue to what is wrong. <BODY text=#000000 BACKGROUND="597.J...