Hello,
I've been trying to insert a header.php into a index.php with a include. How ever I keep getting this error Call to undefined function pv().
This is the code I used
include("header.php");
The index file and header file are in the same web directory. Any suggestions. I'n rather new at this. Thanks
Jeremy