ciao ragazzi..la mia pagina php inizia cosi;
<?xml version="1.0" encoding="utf-8"?>
<!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" xml:lang="it" dir="ltr" lang="it">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Descrizione" />
<meta name="keywords" content="Parole chiave" />
<meta name="language" content="it" />
Il problema è che mi da l errore:
Parse error: syntax error, unexpected T_STRING in C:\Documents and Settings\pazzomania\Desktop\host\invalleonline.com \sito web\index.php on line 1
Probabilmente è dovuto a <?xml version="1.0" encoding="utf-8"?>
Come supero il problema??