Posted by Ivan Marsh on 02/27/07 16:04
On Tue, 27 Feb 2007 07:30:18 -0800, walterbyrd wrote:
> I honestly don't know. But, I have seen articles and posts about how PHP
> is terribly insecure. I don't usually see comparisons to other common
> web languages.
Everything is only as secure as you make it.
> I think the big vulnerablity is supposed to be code injections.
I'm not sure how you would go about injecting code into a server-side
language.
> Another security issue would be having code stolen, but I think that PHP
> can be protected from that.
None of the PHP code is ever sent to the browser... only the result of the
code running.
[Back to original message]
|