Including common files

A

Anonymous

Guest
I want to include some common htm files.

I can't use the include() or the require() function as they look for php script

If i use virtual, it works but what if I don't know the path!!!

Help, please

Something like

as in ASP
 
Include and require do NOT look for PHP files, they can include anything, even images, but it shows the binary data of it.
 
http://www.php.net/include or
http://www.php.net/require
if you do not know where is the file, sorry.......
 
Hmm..
You know the file when you host on your personal domain.. But what if you are using something like http://tripod.lycos.co.uk

how would the virtual work?
 
hi ruturajv!
to you need have a knowlagebase by Apache deirective VirtualHost....
 
Back
Top