View Single Post

  #2 (permalink)  
Old 02-21-2008
Dikkie Dik
 
Posts: n/a
Default 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.
Reply With Quote