闪光灯 + PHP制作提交表单?
我有一个 Flash 应用程序,我想放置一个应用程序内弹出窗口,允许用户提交将由 PHP 后端处理的信息。我希望这是安全的,无论是mysql注入还是反机器人垃圾邮件验证码。有人可以向我指出一些教程来帮助我入门吗?
我需要以下方面的教程: 应用内弹出窗口 使用验证码将 Flash 发布到 PHP(最好使用验证码)。
谢谢!
I have a flash app, and i want to put an in-app pop up that allows users to submit information that will be handled by a PHP backend. I want this to be secure, both mysql injection wise and anti-bot spam captcha wise. Can someone kindly point me towards a couple of tutorials to get me started?
I need tutorials for:
In-app popup window
Flash Posting to PHP with captcha (recaptcha is favorable).
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些教程:
http://www.smartwebby.com/Flash_and_ASP/Flash_sends_data.asp
http://www.tizag.com/flashTutorial/flashforms.php
编辑:
针对 HTML 和 PHP 开发人员的 Flex 快速入门指南
将数据提交到服务器
Captch - PHP/Flash
http://www.hotscripts.com/listing/captcha-validation-using -php-and-ajax/
Here are some tutorials:
http://www.smartwebby.com/Flash_and_ASP/Flash_sends_data.asp
http://www.tizag.com/flashTutorial/flashforms.php
EDIT:
Flex quick start guide for HTML and PHP developers
Submitting data to a server
Captch - PHP/Flash
http://www.hotscripts.com/listing/captcha-validation-using-php-and-ajax/