I've tried doing that but get this in the browser:
Fatal error: Cannot redeclare startelement()
Here is what the code looks like:
<?php
include('filename.php');
include('filename2.php');
?>
It's basically in a HTML file that has been renamed to .php. Either file works fine when it's the only one included, but cant get both to work.
Thanks again,
KellyT