PHP Include phpalbum?

Hi,
Hopefully I have this in the right section. I was wondering how I could include the album in a php page? I have

<?php
include ('./album/index.php');
?>

and have also tried just using ./album/ but keep getting errors:

Warning: Cannot modify header information - headers already sent by (output started at /mywebpagedirectory/index.php:14) in /mywebpagedirectory/album/index.php on line 12

Any thoughts? Thanks! :)

patrik's picture

You can not do this. Instead

You can not do this. Instead you have to include or incorporate your Site into phpAlbum Theme.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.