So I'm trying to use thirdchord for a band's website that I'm working on. The script works great but I cant seem to get the script to embed the track grid (third chord generates a unique track grid for each album which can be embedded in an html page). The embed uses and include statement as follows:
When i go to insert that into my download page (which is just an html file and an external style sheet). It doesn't show up. For that matter, if I try and echo something with php it doesn't show up either. So my question is, how do I get the php code to execute?
PHP:
<?php
$ID=1;
include("/home/mpband/public_html/thirdchord_0_8_4/trackGrid.php");
?>