mitz444 Posted May 30, 2007 Share Posted May 30, 2007 Hi guys, I just want to know how would php security compare to java security? Its because that me and my officemate are developing a site which would handle confidential documents and we just cant decide on whether we should use php or java. Please do post you opinions regarding this and it would even be better if you could also post links to write-ups about php security. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/53500-about-php-security/ Share on other sites More sharing options...
suttercain Posted May 30, 2007 Share Posted May 30, 2007 how are you storing the information? in a database? in code? in a ftp folder? need more info. Quote Link to comment https://forums.phpfreaks.com/topic/53500-about-php-security/#findComment-264434 Share on other sites More sharing options...
mitz444 Posted May 30, 2007 Author Share Posted May 30, 2007 the user information will be stored in the database then we will use ftp to store other files. the program will be responsible for uploading and transferring files coming from a hard drive to an ftp server. Quote Link to comment https://forums.phpfreaks.com/topic/53500-about-php-security/#findComment-264458 Share on other sites More sharing options...
The Little Guy Posted May 30, 2007 Share Posted May 30, 2007 They are both secure, it depends on how secure you write your code, and how secure your web server is. Each of them have security functions, and each one allows you to write you own functions, making them both a secure language, if you know what your doing, and what types of things to be looking for. Quote Link to comment https://forums.phpfreaks.com/topic/53500-about-php-security/#findComment-264462 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.