How can I have a password inside PHP code and guarantee that no one viewing the page in the browser can retrieve it?
Is:
PHP code blocks cannot be retrieved by clients unless they output something. Observe:
User can get either OK or Wrong nothing else.