| Only if the source code comes over the web page. Most PHP code is executed on the server, and you don't see it unless there is an error. This hides the source code, and should work the exact same way for your PHP code so that somebody can't go and steal it. If this was a file share, or the server was not executing the source code, you could read it, but you might have to save it before you execute it. |