Come devo scrivere la echo per mettere gli id e i nomi sulla stessa riga?Codice PHP:
while ($row = mysql_fetch_array($result))
{
$id = $row['id'];
$text = $row['nome'];
echo "<p>........... </p>";
};
Come devo scrivere la echo per mettere gli id e i nomi sulla stessa riga?Codice PHP:
while ($row = mysql_fetch_array($result))
{
$id = $row['id'];
$text = $row['nome'];
echo "<p>........... </p>";
};
Ciao!Codice PHP:
echo '<p>'.$id.' - '.$text.'</p>';
regolamento altervista_______________ regolamento forum