I'm just playing right now, but I want to include an xml file from my php file.
My php tags are
<?php ?>
and when I say
include "test.xml";
I get an error because the first line is
<?xml blahblahblah?>
I remember there being a setting in my php.ini to allow for this, anyone remind me what it is? And further, let me know if this is going to cause helatious issues with other PHP pages which may just be specified as
<?
phpcode here
?>
Thanks
Rob
My php tags are
<?php ?>
and when I say
include "test.xml";
I get an error because the first line is
<?xml blahblahblah?>
I remember there being a setting in my php.ini to allow for this, anyone remind me what it is? And further, let me know if this is going to cause helatious issues with other PHP pages which may just be specified as
<?
phpcode here
?>
Thanks
Rob