PHP question, using a function inside an include?
Can anyone tell me real quick how to make a function work within an include?
Include is formatted like:
<? include 'http://www.site.com/folder/file.php?FILE=http://www.site2.com/folder/REPLACE.php&TEMPLATE=template.html'; ?>
Need to add a ($function) where it says REPLACE which of course currently spells out the funtion instead of inserting the correct data. Easy way to stop this?
|