|
Posted by Curtis on 02/05/07 08:09
On Sun, 04 Feb 2007 23:53:57 -0800, caine <thensiujing@gmail.com> wrote:=
> <?xml .... ?>
>
>> echo '<?xml ... ?>';
>
> Both these don't work as well. I tried with <?xml version=3D"1.0"
> standalone=3D"yes"?> also failed.
>
> I'm saving this as .php file. Or could it be problem with setting or
> anything else?
>
>
> Caine
>
In what way is it not working? PHP error? XML parse error? If so, post t=
he =
exact error you're getting.
Also, maybe releated, on the line with "<title>", you have an echo =
statement in your document that isn't terminated by a semi-colon.
-- =
Curtis, http://dyersweb.com
[Back to original message]
|