dor@tehexploa
Registered Member
- Apr 25, 2009
- 95
- 26
I'm making a script that I would like to wait for me to fill in a Captcha and continue executing. This is probably really simple, but I'm very new to PHP progging. A while() loop perhaps?
while(notfuggindone)
{
wait;
}

while(notfuggindone)
{
wait;
}