【发布时间】:2012-03-24 13:47:59
【问题描述】:
我想在我的 PHP 脚本中打印这个 PHP 图像 http://www.putlocker.com/include/captcha.php?_CAPTCHA&t=0.94178300+1332596358。
来源(是验证码图片):http://www.putlocker.com/authenticate.php?login
我能做什么?
【问题讨论】:
-
@ZombieHunter 我不明白。
-
@ZombieHunter 我无法使用常用方法(即:file_get_contents、cURL),所以希望您能帮助我。
-
为什么不呢?如果是这样,请将此信息放入问题中。 cURL 非常强大,我很确定这可以使用 cURL 完成。
-
echo '<img src="http://pulocker.com/authenticate?login" />';?