开发者

Captcha Non PHP

开发者 https://www.devze.com 2023-02-18 21:34 出处:网络
Does anyone know of any good solutions to implement CAPTCHA on a form that cannot use php? I a开发者_C百科m able to use PHP but only in an external file.

Does anyone know of any good solutions to implement CAPTCHA on a form that cannot use php?

I a开发者_C百科m able to use PHP but only in an external file. Javascript anywhere


Use reCAPTCHA. You can validate it using almost any programming language that can access a web service - so every language that contains some way to make network connections.


Are you able to have an external (in the folder, but not affiliated with the form you're trying to use) PHP file, or does it have to be completely PHP-free?

Because I was going to suggest just doing a POST request to that file using JS.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号