importing php funtions
PostPosted: Tue Mar 21, 2006 8:02 am
is it possible to call a php function by linking it from another file?
for example:
index.html
page_header(); <- from functions.php
functions.php
print<<<_HTML_
<div id='header'>
header here
</div>
for example:
index.html
page_header(); <- from functions.php
functions.php
print<<<_HTML_
<div id='header'>
header here
</div>