- Moderated by:
- Support
-
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- online
- Posts:
- 13418
You need to initialize the PostNuke code around your PHP files.
Like so:
Code
<?php
include 'includes/pnAPI.php';
pnInit();
include ('header.php');
// Your PHP code
include ('footer.php');
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- online
- Posts:
- 13418
