Er...
I'm not sure what you mean by "opening a code".
The browser should never "see" any
PHP, because it's a server-side scripting language. The server should process all the
PHP instructions, before handing the completed page (with no
PHP code) to the browser. If you try to open a
PHP file in a browser, without a web server processing it, you'll get a nasty mess.