[PHP] help with html through php

2004-11-21 Thread Todd Alexander
Hello all, I am a complete newbie to php so apologies for what I'm sure is a simple/dumb question. I want to use php to include another html doc in an existing set of documents. In other words "123.html" will use php to call on "abc.html" so I can make changes to abc.html and have it update on al

Re: [PHP] help with html through php

2004-11-21 Thread Raditha Dissanayake
Todd Alexander wrote: Hello all, I am a complete newbie to php so apologies for what I'm sure is a simple/dumb question. I want to use php to include another html doc in an existing set of documents. In other words "123.html" will use php to call on "abc.html" so I can make changes to abc.html an

Re: [PHP] help with html through php

2004-11-21 Thread Rens Admiraal
Hi Todd, Maybe I can show you a technique which is real helpful to me... You can make a HTML file which you use as template, and add some standard strings (character chains) to it... Like [TIME], or [ACTIVE_USER]... When you open the HTML document in your browser, you can see where your time and

Re: [PHP] help with html through php

2004-11-21 Thread M. Sokolewicz
Rens Admiraal wrote: Hi Todd, Maybe I can show you a technique which is real helpful to me... You can make a HTML file which you use as template, and add some standard strings (character chains) to it... Like [TIME], or [ACTIVE_USER]... When you open the HTML document in your browser, you can se

Re: [PHP] help with html through php

2004-11-21 Thread Pete
In message <[EMAIL PROTECTED]>, Raditha Dissanayake <[EMAIL PROTECTED]> writes >Todd Alexander wrote: > >>Hello all, >>I am a complete newbie to php so apologies for what I'm sure is a >>simple/dumb question. I want to use php to include another html doc in >>an existing set of documents. In othe

Re: [PHP] help with html through php

2004-11-21 Thread Rens Admiraal
thnx ;-) this really is shorter, and easier to use... !!! M. Sokolewicz wrote: Rens Admiraal wrote: Hi Todd, Maybe I can show you a technique which is real helpful to me... You can make a HTML file which you use as template, and add some standard strings (character chains) to it... Like [TIME], or

Re: [PHP] help with html through php

2004-11-26 Thread Curt Zirzow
* Thus wrote Todd Alexander: > Hello all, > I am a complete newbie to php so apologies for what I'm sure is a > simple/dumb question. I want to use php to include another html doc in > an existing set of documents. In other words "123.html" will use php to > call on "abc.html" so I can make chang