Yes I did use Jquery and javascript to reload the captcha and append some versioning to the captcha image. I have solved the problem. I made a controller and an action with the captcha code. Thanks guys for the help. Is it just me or somebody else find the cakephp docs not good structured. It misses links to access information in a logical way. And also the examples and tutorials like adding a layer, authorization dont work out of the box. I followed the code and I manege to rewrite a working version. It's a same that simple code ment for beginers has bugs and code that dont work. By the way where can I write so someone to put a working version in there. I think that will greatly help the begginers.
On Jan 24, 8:46 am, Daniel <[email protected]> wrote: > Show us some code, try to describe in more detail what you are doing > and where you think it is going wrong then we might be more likely to > help you. > > I have a captcha working nicely in CakePHP 2.0, I followed the > approach on this > page:http://www.devarticles.in/cakephp/simple-captcha-component-for-cakeph... > ... except I used my own component for drawing the captcha. You need > to install JQuery or (I think) a similar Js helper to get the "reload > captcha" working. > > When you mention "header" do you mean something like this: > header('Content-Type: image/png'); ? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
