Parse error: syntax error, unexpected T_STRING in ... on line 1
a linijka pierwsza wygląda następująco:
CODE
<?xml version="1.0"? encoding="utf-8" standalone="yes"?>
I w ogóle strona się nie wyświetla
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml version="1.0"? encoding="utf-8" standalone="yes"?>
echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>'
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!DOCTYPE html PUBLIC"-//W3C/DTD XHTML 1.0 Strict/ /EN" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns ="http://www.w3.org/1999/xhtml">
header('Content-type: text/xml'); echo '<?xml version="1.0" encoding="utf-8" standalone="yes"?>' <!DOCTYPE html PUBLIC"-//W3C/DTD XHTML 1.0 Strict/ /EN" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns ="http://www.w3.org/1999/xhtml">