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 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 MySQL to a day later
> having already programmed a small application that will display newspaper
> articles.
>
> Thanks!
>
> Dan
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to