Ciao raga,
questo e l'errore
Parse error: syntax error, unexpected T_LOGICAL_OR in /web/htdocs/www.xxx.com/home/areariservata/ARstati.php on line 50
EDIT: Sempre io, Cerco di nn sbagliare :
Codice PHP:
<?
mysql_select_db($db_name, $db);
$sql = "SELECT * FROM stati WHERE nome != 'Italy' ORDER BY nome"; or die(mysql_error());
$result = mysql_query($sql, $db);
If ($msg == 1) { ?>
</span>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td height="22" valign="top" bgcolor="#CCCCCC"><div align="center" ><strong>1 record eliminato dal database con successo.</strong></div></td>
</tr>
</table>
<span >
<? }?>
</span>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="0" bordercolor="#A9A9A9">
<tr>
<td height="18" colspan="3" bgcolor="#CCCCCC"><div align="right" ><a href="ARstati.php?action=inserisci"><img src="icons/add16.png" width="16" height="16" border="0"></a><a href="ARstati.php?action=inserisci" ><strong> Inserimento nuovo Stato\Nazione</strong></a> </div></td>
</tr>
<tr >
<td width="626" bgcolor="#E6E6E6"><div align="center" ><strong>Stato</strong></div></td>
<td width="69" bgcolor="#E6E6E6"><div align="center" ><strong>Modifica</strong></div></td>
<td width="56" bgcolor="#E6E6E6"><div align="center" ><strong>Elimina</strong></div></td>
</tr>
<? while($row = mysql_fetch_array($result)) { ?>
...::: Help :::...