Re: Verification Image passed back through AJAX call
- From: Curtis <zer0dyer@xxxxxxxxxxx>
- Date: Sun, 20 Jul 2008 09:54:50 GMT
KDawg44 wrote:
Hi,
I would like a verification image for new sign ups on a website. Is
there a way to call the PHP script through an AJAX call and have the
image passed back and then display? Is there a way to pass the image
serialized back to the browser and then displayed? (or something like
that?)
I know that I do not need to do it this way but I am wondering if its
possible.
Thanks.
Kevin
If you're using PHP to dynamically generate the image, using GD or something, you simply access the script as a normal image. Requesting the image itself shouldn't necessitate an asynchronous request. If you want to use "ajax", you might consider sending the user's code for validation via the request object.
--
Curtis (http://dyersweb.com)
.
- References:
- Verification Image passed back through AJAX call
- From: KDawg44
- Verification Image passed back through AJAX call
- Prev by Date: Re: PHP4 to PHP5
- Next by Date: Re: joomla mXcomment
- Previous by thread: Verification Image passed back through AJAX call
- Next by thread: Re: Verification Image passed back through AJAX call
- Index(es):
Relevant Pages
|