On Tuesday 23 January 2001 22:03, Gerry wrote:
> All I need is to be able to learn how to load everything from a script
> and how to call the script with a URL to the directory.
> eg. <? if (Yarns/)
> {
> include "header,nav, fetch content,footer";
> else "?";
> }
> ?>
>
> <a href="http://mysite.com/Yarns/"> Yarns</a>
Read
http://www.phpbuilder.com/columns/tim19990117.php3
Basically you create "virtual directories", e.g. a PHP script named
"Yarns" which simply include()s your one "real" script.
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
The use of COBOL cripples the mind; its teaching should, therefore,
be regarded as a criminal offence.
- Edsger W. Dijkstra
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]