Quick PHP Question
Quick PHP Question
Out of context: Reply #1
- Started
- Last post
- 9 Responses
- UndoUndo0
depends what the php file is doing. if it has functions you want to execute then yr page would need to be php, but if it is generating html then no. yr html page would get the output from the include. basically if a php page is included from a server that runs php it will be processed on the remote server and the output passed through