← Back
Editing: image_list.php
<?php require_once ("../conn.php"); require_once ("../sess.php"); require_once ("../testacoda.php"); $query = new doQuery (); $tipo = $_SESSION['tipo']; $pathImages = "http://www.".$_SESSION['perc_strutt']."foto/"; $sql = "SELECT * FROM `foto` WHERE `ordine` = '$id_galleria' AND `id_utente` = $id_utente"; $rows = $query->freeQuery ($sql, 0, $conn); foreach ($rows as $i=>$row) $elenco.= " [\"".$row->foto."\", \"$pathImages".$row->foto."\"],\n"; echo "var tinyMCEImageList = new Array( $elenco [\"\", \"\"] );\n"; ?>
Save File
Cancel