Re: [PHP] PHP AND SSI

2001-05-23 Thread Christian Reiniger
On Wednesday 23 May 2001 12:12, John Monfort wrote: > You should be able to just print it. The code won't matter to php, > but the browser will process it. > > > echo ""; "the browser will process it" What does "SSI" stand for? - "Sis Sounds Interesting" - "Server Side Includes" - "Se

Re: [PHP] PHP AND SSI

2001-05-23 Thread Shashwat Nagpal
Thanks alot! i'll sure do that Cheers! Shash - Original Message - From: "Zak Greant" <[EMAIL PROTECTED]> To: "Shashwat" <[EMAIL PROTECTED]> Cc: "Php-General" <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 3:41 PM Subject: R

Re: [PHP] PHP AND SSI

2001-05-23 Thread John Monfort
even better... forgot about that one.. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Wed, 23 May 2001, Zak Greant wr

Re: [PHP] PHP AND SSI

2001-05-23 Thread John Monfort
You should be able to just print it. The code won't matter to php, but the browser will process it. "; __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+

Re: [PHP] PHP AND SSI

2001-05-23 Thread Zak Greant
Use PHP's include() function. See the online manual for details. --zak - Original Message - From: "Shashwat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 4:07 AM Subject: [PHP] PHP AND SSI > How can I run SSI commands like etc. in PHP > files... as ASP