'; if ($max == 1) { print ''; } else { print ''; } $query1 = mysql_db_query($db_database,"SELECT Appuntamenti.* FROM Appuntamenti WHERE ID='".$idapp."';",$connessione); $query = mysql_db_query($db_database,"SELECT foto.*, Appuntamenti.ID FROM foto INNER JOIN Appuntamenti ON foto.appid = Appuntamenti.ID WHERE (((foto.userid)='".$_SESSION['id']."') AND ((Appuntamenti.ID)='".$idapp."')); ",$connessione); $num=mysql_num_rows($query); $resta = mysql_result($query1,0,"Appuntamenti.maxfoto") - $num; $html = $html. '
Gestione e Upload Foto nell\'appuntamento: '.mysql_result($query1,0,"Appuntamenti.nome").'

Foto da te gia caricate: '.$num.'
Ne puoi caricare ancora: '.$resta.'
Max file caricabili per volta:20


'; $html = $html. ''; $html = $html. ''; $html = $html. '
'; $html = $html. ''; $abc=0; $tr=0; while ( $abc<$num ) { $tr++; $html = $html.' '; if ($tr == 5) { $html = $html. ''; $tr=0; } $abc++; } $html = $html. ''; $java = 'function preload(fil) { // controllo il tipo di file ext = fil.substr(fil.lastavvioOf("."))+"."; perm = ".jpg.gif." if(perm.avvioOf(ext.toLowerCase())<0){ alert("Attenzione! Puoi caricare solo file .jpg / .gif"); return false; //document.info.reset(); //rv = false; } else { return true; } }'; print ''; print $html; ?>
Le tue foto un questa cartella
Note:'.mysql_result($query,$abc,"foto.id"). '
Elimina