T
Trevor L.
Blank
What is the difference between virtual= and file=?
w3schools says this but it doesn't add anything to my knowledge
It does not say what a virtual directory is !!
Use the virtual keyword to indicate a path beginning with a virtual
directory.
If a file named "header.inc" resides in a virtual directory named /html, the
following line would insert the contents of "header.inc":
<!-- #include virtual ="/html/header.inc" -->
I have seen some tutorials which use virtual=, but with no explanation
What is the difference between virtual= and file=?
w3schools says this but it doesn't add anything to my knowledge
It does not say what a virtual directory is !!
Use the virtual keyword to indicate a path beginning with a virtual
directory.
If a file named "header.inc" resides in a virtual directory named /html, the
following line would insert the contents of "header.inc":
<!-- #include virtual ="/html/header.inc" -->
I have seen some tutorials which use virtual=, but with no explanation