[PHP-DB] SSI and PHP?

2001-03-10 Thread Dan Eskildsen
Hi there, Can anyone tell me if it is possible to combine Server Side Includes with PHP? If not, is there a work around? Please cc your comments to [EMAIL PROTECTED] I would like everyone who commented on my queries the last couple of days. I went from not knowing a single thing about PHP and

Re: [PHP-DB] SSI and PHP?

2001-03-10 Thread Dan Eskildsen
I meant: I would like to THANK everyone who commented on my queries the last couple of days. ""Dan Eskildsen"" [EMAIL PROTECTED] skrev i en meddelelse 98cvq8$7dr$[EMAIL PROTECTED]">news:98cvq8$7dr$[EMAIL PROTECTED]... Hi there, Can anyone tell me if it is possible to combine Server Side

Re: [PHP-DB] SSI and PHP?

2001-03-10 Thread Fernando Gabriel Ranea
Dear Dan, Yes, you can! In PHP you must use: ? include("filename") ? or ? require("filename") ? Include evaluates andd executes the code in the external. And replace just replaces the contents of the file. Regards, Dan Eskildsen wrote: Hi there, Can anyone tell me if it is