Thursday, 3 October 2013

Best way to prevent someone reading the source code

Best way to prevent someone reading the source code

there are some form which I want to hide it from being read by someone
else.. what do you think is the best way to doing that?
hiding the source code in mysql and use query select to view the form.
encrypt the page with encoder.
is there any other way?