Re: [PHP] set var in PHP clarified

2001-07-18 Thread Gunther E. Biernat
Jessica, I used that technique before PHP was available (for all readers, the key term here is Server Side Includes, e.g. http://httpd.apache.org/docs/howto/ssi.html.html). With PHP you're a lot more flexible so that you should get rid of your shtml structure, especially as PHP is much faster

Re: [PHP] set var in PHP clarified

2001-07-18 Thread Sheridan Saint-Michel
You would do or $title"; ?> Hope that helps Sheridan - Original Message - From: jessica lee tishmack <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 10:50 AM Subject: [PHP] set var in PHP clarified > Thanks for the prompt

Re: [PHP] set var in PHP clarified

2001-07-18 Thread Jon Yaggie
- Original Message - From: "jessica lee tishmack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 10:50 PM Subject: [PHP] set var in PHP clarified > Thanks for the prompt replies...but I think I should clarify... > > I

[PHP] set var in PHP clarified

2001-07-18 Thread jessica lee tishmack
Thanks for the prompt replies...but I think I should clarify... In regular html, I would do this: and header.html would have in it (among other things): So, the title of the webpage would be "some title here"... How can I accomplish the same thing in PHP? Thanks, Jessica -- PHP Gen