Use code tags. It really hard to follow your code.
There is 0 php in the code you posted. The only reason you are getting the error is because you have short_tags enabled.
<?xml version="1.0" encoding="utf-8"?>
causes an error because <? is the opening (short) tag for php.
Replace it with:
<?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194
You need to post the code.
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194
Thats not php. Its html and javascript.
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194