On Thu, 2004-03-04 at 21:39, Andre Cerqueira wrote:
> <? is tag for php code start
> 
> Enrique Martinez wrote:
> > Hello, I'm getting an error that says: 
> > 
> > Parse error, unexpected T_STRING on line 73
> > 
> > line 73 is: <?xml version="1.0" encoding="iso-8859-1"
> > ?>
> > 
> > this is what I have below line 73:
> > 
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
> > Transitional//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> > <html xmlns="http://www.w3.org/1999/xhtml";>
> > 
> > I have PHP-4.2.2, Apache 2.0 on RedHat Linux 9.0
> > 
> > Any idea how can I fix the problem? Thanks in advance.

<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>' . "\r\n"; ?>


-- 
Brian V Bonini <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to