|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
making php code not visible under "view source"
For security reasons and for protecting my hard work, is it possible to NOT display every gory detail of my php code when the user goes to the “view source” function of their browser? When I do it in my development environment, I see everything – hidden variables in forms, every line of code, etc. It seems that this is a security risk. Hopefully, a simple setting in apache?
using apache 2.2 mysql 5 php 5 thanks, Mike |
|
#2
|
|||
|
|||
|
RE: making php code not visible under "view source"
php code does not show up when you go to view source in a browser. it shows everything as HTML, so you don't have to worry about that.
|
|
#3
|
|||
|
|||
|
RE: making php code not visible under "view source"
oh. Thanks.
this is why I am a codebaby. Mike |
|
#4
|
|||
|
|||
|
RE: making php code not visible under "view source"
I use this to scramble source. Hope it helps
http://www.voormedia.com/en/tools/html-obfuscate-scrambler.php |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > making php code not visible under "view source" |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|