Any way to view php code in a web page?

Taliesan

New member
I'm trying to get the hang of using php, and usually when learning a new language I like to look at working examples. I've found various php scripts in order to do this, but many do not work in the way their descriptions suggest. So, i wanted to know, is their any way for me to view php code inserted in a web page without the owner/programmers actually giving me access?
 
You have to upload the web page to a server that has PHP installed on it, then it should work. I think there might be a way to get PHP installed on your computer, but not for sure how to do it.
 
Back
Top