So I'm a little curious about how to work with if statements, the platform I am working with has some changes now and again so for example sometimes there is a captcha and sometimes there isn't. If i code the project for captcha only then it may have only 50% success instead of 90%.
So say there are two types of forms;
1. With <input type="text" name="captcha">
2. One without it...
How do I make an if statement that if the captcha does or does't exist still carry on with posting?
Any help appreciated
So say there are two types of forms;
1. With <input type="text" name="captcha">
2. One without it...
How do I make an if statement that if the captcha does or does't exist still carry on with posting?
Any help appreciated
