Monday, 17 of January
 
Lucrari inscrise:

 

Server busy.
Click here to try again.
"; exit; } ; if (!(mysql_select_db($config["dbname"],$fp))) {echo "


Server busy.
Click here to try again.
"; exit; } $query = 'SELECT * ' . ' FROM `eportofolio` ' . ' WHERE title != "" '; $result = mysql_query($query) or die(mysql_error()); $i=1; while($row = mysql_fetch_array($result)){ echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; $i++; } mysql_close($fp); ?>
Nr. Nume Prenume Organizatie Lucrare
"; echo $i; echo ""; echo $row['nume'];echo ""; echo $row['prenume'];echo ""; echo $row['org'];echo ""; echo $row['title'];echo "