giusto, potresti anche optare per un array associativo:
Codice PHP:
while ($riga = mysql_fetch_assoc($result)) {
echo $riga["movie_name"]'.-.' $riga["movie_type"].'
';
}
giusto, potresti anche optare per un array associativo:
Codice PHP:
while ($riga = mysql_fetch_assoc($result)) {
echo $riga["movie_name"]'.-.' $riga["movie_type"].'
';
}
If you think your users are idiots, only idiots will use it. DropBox