How do I use captcha and validate my fields?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mguise
Forum Newbie
Posts: 21
Joined: Mon Mar 21, 2011 1:28 pm

How do I use captcha and validate my fields?

Post by mguise »

I can validate my fields, I can validate with captcha. But I'm not sure how to validate my fields and use captcha at the same time. Anyone have any ideas?

I'm just starting to jump into PHP but I could use some help

The php web page with the form is located at http://www.rnlservicesllc.com/contact_us.php

Thanks
incubi
Forum Contributor
Posts: 119
Joined: Mon Dec 07, 2009 1:47 pm

Re: How do I use captcha and validate my fields?

Post by incubi »

User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: How do I use captcha and validate my fields?

Post by califdon »

mguise wrote:I can validate my fields, I can validate with captcha. But I'm not sure how to validate my fields and use captcha at the same time. Anyone have any ideas?
Not sure I understand your question. If you can validate data and employ captcha, what is preventing you from doing both? In other words, tell us what error messages or unintended behavior do you experience?
Post Reply