There's no way to do it from your browser. PHP is a server-side technology which means it is processed by the server and it's output (usually HTML,Javascript,CSS etc) is sent to the browser. Unless the web server is not configured correctly, no PHP code is ever sent to the browser.