Page 1 of 1
need to know about secure php coding
Posted: Mon Mar 02, 2009 5:20 am
by senthil babu
Hi...
I am new to PHP .. somebody says that JSP is more secure than PHP. Then wat is the range of PHP security... and then i dont know to write standard codings. want to know write standard coding in PHP.. Can u say any idea for that..
Thanks in advance
Re: need to know about secure php coding
Posted: Mon Mar 02, 2009 7:01 am
by kaisellgren
senthil babu wrote:Hi...
I am new to PHP .. somebody says that JSP is more secure than PHP. Then wat is the range of PHP security... and then i dont know to write standard codings. want to know write standard coding in PHP.. Can u say any idea for that..
Thanks in advance
Most of security principles apply to not just PHP, but also to other web programming languages. Writing standard code does not mean you are writing secure code. And about PHP security, oh well, it could be better, but if you stay up-to-date with your PHP version, you should be okay.
Re: need to know about secure php coding
Posted: Mon Mar 02, 2009 10:41 am
by senthil babu
Thanks for your suggestion.....
Re: need to know about secure php coding
Posted: Sat Mar 07, 2009 2:40 pm
by sam_sun
Essential PHP Security by Chris Shiflett is a nice book to begin with,if you want to know about secure coding.
It was a nice read(i speak for myself).
cheers!