Page 1 of 1

See PHP hidden codes

Posted: Mon Mar 12, 2007 8:46 pm
by frisky168
Hi everybody!!

I would like to know if theres a way to see the php code that the web navigators process, but when you see the source code you cant see it.

If theres a way, can anybody please tell me??

Thanx in advance.

Posted: Wed Mar 14, 2007 6:57 pm
by SHAdmin
You cannot see the php source code because it is not the browsers who are processing it, but a php page gets processed right at the server and then only the final html page is delivered to the browser.