session_start(); include("inc/config.inc.php"); include ("ctrl_login.php"); $query = "select * from foto where idfoto ='" . $_GET['idx'] ."'"; $result = mysql_query($query, $db); while ($row = mysql_fetch_array($result)) { $ordine = $row['fotoord']; $testo = $row['fototxt']; $link = $row['fotolink']; } ?>
Modifica foto
Ordine:
Testo:
Link: