Extract PHP?
Extract PHP?
Out of context: Reply #10
- Started
- Last post
- 11 Responses
- ETM0
To answer the basics of the original question -- no you cannot really extract the server side code (PHP, ASP etc). It is processed on server and the ultimate result is delivered to your browser as HTML. To see the code you need the original file sitting on the server, not what you receive in the browser.
So as everyone suggested, best to find example files or tutorials online.