Hi all,
Still a php newbie after all this time.
I'm wondering; Can I call a PHP function from within an HTML file? (the php file with the function would exist in another folder)
Example: myFolder/myFile.HTML has some php code...
<?php
myFunction()
... yada yada
?>
I would like to call myFunction from within myFile.HTML.
Possible?
Any and all help, leads, wisdom and knowledge is
greatly appreciated.
Thanks!
-tyhand