Jump to content

Regex help....


john_bboy7

Recommended Posts

Need little help in regex. ;D

 

$r = curl("www.somesite.com",1,$postsig."&subjectText=".$subject."&Action.submit");
if (preg_match("/captchaimage.*/i",$r,$r)) {
echo "captcha detected!";
} else {
echo " Submited ";

 

It always gives submited even if the captcha appears in the page. i think there is some problem in my regex.!!Any on e out there can help me?

Link to comment
Share on other sites

What are you trying to match? What's in the real if block?

 

Well its like this. when we submit a form it will submit it. but after some time doing this action again it will show u captcha. and that page's HTML will b having "captchaimage" word in that page. So if this this word popups in the html after submiting it should echo "captcha detected" and die there. and if not then it should echo "submitted". i hope u get it this time.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.