PDA

View Full Version : inlcuding a PHP function ssi_menubar()


offordscott
03-11-2006, 03:02 AM
I need to include a function into the middle of my page. How do I do this?

For inlcuding a FILE, i've seen people say to do this:

{include file="yourfile.php"}

or

{php}include("your-file-name-&path.php");{/php}

But how do you inlcude a php function like,

<?php ssi_menubar(); ?>

all I need to include is: ssi_menubar()

is there anyway? what page would i include it on, and what's the syntax, etc.

Thanks.
Scott Offord
http://scottofford.com/