Server Technology PPNT Manuale Utente Pagina 41

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 40
PHP: Database Manipulation(5/5)
...
while($i < $ro ws){
$name = mysql_ resu lt($ resu lt, $i, "name");
$second_name = mysql_result($result, $i, "second_name");
$nr = mysql_re sult ($re sult , $i, "nr");
$study_field = mysql_result($result, $i, "study_field");
...
echo "< tr> <td> $nam e</t d><t d>$s econ d_na me</ td>< td>$ nr</ td>< td>$ stud y_fi eld< /td> </tr >\n" ;
$i++;
}
...
Retrieving data with PHP (source):
http://coronet.iicm.edu:8080/mmis/examples /php /mys ql/
get_registered.phps
(41/95)
Vedere la pagina 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 94 95

Commenti su questo manuale

Nessun commento