on my website i have rightclick disabled via a javascript, the client says that javascripts can be disabled and a person can then right click and go to "view source" right.
just want to know (and it appears to be so) that on asp all the backend script is run on the server and none of its code is shown when you press view source.
does this also work on php? have righclicked on a couple and dont see any php code on them, also if all php code is compiled and runned when the page is called, what happens to your if statements and conditional statements or are they still on the page but you just dont see it?
just general security concerns i guess.
thanx