Jump to content

PHP and security

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_changoo_*

Guest_changoo_*
  • Guests
hello ,

well i have one doubt in my mind i have heard that with PHP there is some problem with the security is it true mean it is not that secured for the web development then other platform .
reply are highly appreciated
Thanks

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
There are always security risks when publishing scripted sites on the Internet. All depends on how you write your code and how the server is configured. PHP is no less safe than other languages for the web.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#3
Vladimir

Vladimir

    Learning Programmer

  • Members
  • PipPipPip
  • 79 posts
PHP can be as secure as any other programming language, but that requires a lot of time and sometimes can be tricky. Must-read document: PHP: Security - Manual