Re: opening php file error

Richard Davis:

> I having trouble with Amaya. I have looked at the lists and FAQ and my
> question is not quite answered there (as far as I can tell).

My guess is that you are using <? ?> instead of <?php ?> to declare
PHP code. This is in conflict with XML... If I remember correctly, 
the PHP manual (or was it the Apache manual?) warns people about 
using the shortcut in an XML environment. Since XHTML is XML, the 
result would be logical.

ciao, .mau.

Received on Tuesday, 13 August 2002 11:36:37 UTC