Re: [PHP] Newbie frustration!

2001-01-24 Thread Christian Reiniger
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. { > include "header,nav, fetch content,footer"; > else "?"; > } > ?> > > http://mysite.com/Yarns/"> Yarns Read

Re: [PHP] Newbie frustration!

2001-01-23 Thread Gerry
Hi Mick: You wrote: > Can't the > index.php script pull content from any number of different directories?, > eg: > > index.php?page=Yarns/stuff > index.php?page=Rovings/stuff > index.php/page=dir3/stuff Well the thing is that there is probably a few ways to do this and I thought of the way you

Re: [PHP] Newbie frustration!

2001-01-23 Thread Gawain Reifsnyder
At 11:58 AM -0700 on 1/23/01, Gerry wrote: >I have read most of the class.Fast.Template, fast.Template stuff, but >if there is an example on how to do this I'm missing it. As far as I can >tell I can only create one document and I can't find how to manage URLS >to other documents with the same

Re: [PHP] Newbie frustration!

2001-01-23 Thread mick
I'm not sure if I fully understand what you want to do, but I don't see why you need a seperate index.php for each of your directories. Can't the index.php script pull content from any number of different directories?, eg: index.php?page=dir1/stuff index.php?page=dir2/stuff index.php/page=dir3/st

[PHP] Newbie frustration!

2001-01-23 Thread Gerry
Hello everyone: I started playing around with some php scripts a while ago and became hooked on it. I have a few books but I'm afraid I'm a learn by example kind of person and get stuck at times. While working on my wife's site I made headers, footers, navigation and a little MySQL database for