Re: [PHP] set var in PHP clarified

2001-07-19 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

[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: !--#set var=TITLE value=some title here-- !--#include virtual=/include/header.html -- and header.html would have in it (among other things): title!--#echo var=TITLE --/title So, the title of the

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... In regular html, I would do this: !--#set

Re: [PHP] set var in PHP clarified

2001-07-18 Thread Sheridan Saint-Michel
, 2001 10:50 AM Subject: [PHP] set var in PHP clarified Thanks for the prompt replies...but I think I should clarify... In regular html, I would do this: !--#set var=TITLE value=some title here-- !--#include virtual=/include/header.html -- and header.html would have in it (among other