You have referenced a function in your code on that line, which means the actual function must be stated somewhere in the PHP file. Functions normally go at the top of the page, or are often in a separate inc-functions.php file, which gets included in your script. A function looks like this:
function YourFunctionNameHere() {
...
}
Ask at phpfreaks.com if you need more help or see:
PHP Tutorials
Rgds
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks