如何制作安全的PHP Web应用程序? [英] How can make secure php web application?

查看:84
本文介绍了如何制作安全的PHP Web应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我在Php中创建了一个Web应用程序.但是我担心的是安全性,因为它包含付款选项并还保留了客户的钱.如何在php中实现安全性以防止黑客入侵?

我想了解贝宝/moneybooker登录",在登录时标题栏中会发生颜色更改.它显示出它的安全性....

Recently I had created a web application in Php.But I fearing about is security because it contains payment options and also keeping customer''s money.How can make security in php to prevent hackers?

I would like to know about "paypal/moneybooker login "---at the time of login a color change is occured in title bar. It showing it security....

推荐答案

还有一件事,使用PHP PDO进行SQL操作,而不是使用旧的mysql_ *函数.
And one more thing, use PHP PDO for SQL operations rather than using old mysql_* functions.


GOOGLE [
GOOGLE[^] is your friend. Visit him often.
A few simple rules when posting your question.
1) Have you searched or Googled for a solution?
2) Be specific! Don't ask "I need to write a booking application". Specify exactly what it is you need help with.
3) Keep the subject brief but descriptive. eg "How do I change the dialog colour?"
4) Keep the question as concise as possible. If you have to include code, include the smallest snippet of code you can - do not dump your entire codebase.
5) Tag your question appropriately.
6) Your question may be edited or retagged by others. Anything inappropriate will be removed.
7) If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
8) Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
9) Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read.
10) Do not be abusive, offensive, inappropriate,harass anyone on the boards or post ads or spam. Doing so will get you kicked off and banned. Play nice.




我建议完全按照您的建议去做.绑定到贝宝付款.不要在自己的网站上保留任何客户财务信息,因为对此承担的责任太大.让贝宝(Paypal)的专家来解决这个问题.我知道这是另一个Google链接,但是关于将Paypal集成到那里的php系统中确实有一些很好的信息.
php paypal [ ^ ]




I would suggest doing exactly what you are suggesting. Tie into paypal for payments. Don''t maintain any customer financial information on your own site because the liability for that is too great. Let the experts at paypal and such deal with that end. I know this is another google link, but there is some really good information on integrating paypal into php systems there. php paypal[^]


这篇关于如何制作安全的PHP Web应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆