Thread
:
php not outputting xml
View Single Post
#
2
(
permalink
)
02-21-2008
Dikkie Dik
Posts: n/a
Re: php not outputting xml
> Here is what that file looks like:
>
> <?
> $username="root";
> $password="";
> $database="root-markers2";
> ?>
It may just be that short tags are off on your server. Start that file with:
<?php
and see what happens.
Dikkie Dik