PHP Include phpalbum?
Submitted by potter2010 on Thu, 2010-01-07 00:35.
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! :)

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