PDA

View Full Version : Are PHP pages secure?



zoobie
July 30th, 2002, 06:03
Do I need to password protect my PHP pages? When I click on them in my file manager, they just show what's in the echo. Are these pages secure from intruders?

Thanks :cool:

hohoho
July 30th, 2002, 06:27
if you mean the source code, yes they are.
The source is compiled on the server and then sent as html to the client