Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Captchas becomming obsolete
Closed Thread
Old 09-04-2008, 02:36 AM   #11 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Captchas becomming obsolete

You should give it 1-2 weeks without, then the same time with and see the differences.
__________________

Need website help? PM me!
CrazeD is offline  
Old 09-13-2008, 12:29 PM   #12 (permalink)
 
Newb Techie

Join Date: Jul 2008

Posts: 30

Rex100 is on a distinguished road

Default Re: Captchas becomming obsolete

CrazeD,
In the code you have above (bot.php) you have
<?php

if (isset ($_POST['submit'])) {
$answer = $_POST['answer'];

if (!empty ($answer)) {


Is that exclamation point supposed to be there, or should that be a $ ?

Thanks,

Rex
Rex100 is offline  
Old 09-13-2008, 04:37 PM   #13 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: Captchas becomming obsolete

Yes, that is supposed to be there. An exclamation mark is an operator, it means "not" or the opposite.

So, literally, that is saying "if $answer is NOT empty".

Another example is $i != 5;, would be literally, "$i NOT equal to 5".
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is AMD Now Obsolete????? mcovalt Building, Buying, or Upgrading High Performance PC Systems 74 01-13-2008 05:17 PM