Is there a similar command in php simulating command in Classic ASP "include virtual" that can be applied in the command 'file' or 'include' to guide the opening of files?
I use a Windows Host not Apache.
|
Is there a similar command in php simulating command in Classic ASP "include virtual" that can be applied in the command 'file' or 'include' to guide the opening of files? I use a Windows Host not Apache. |
|||||||
|
|
ASP's (More info can be found here: http://www.w3schools.com/asp/asp_incfiles.asp) (and yes, I dislike w3schools as much as the next guy here, but it was the clearest explanation I could find in a hurry; feel free to replace it if you know a better one) PHP's
See the PHP manual page for more info: http://php.net/manual/en/function.include.php and http://php.net/manual/en/reserved.variables.server.php |
|||
|
|