Server Technology PPNT User Manual Page 41

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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)
Page view 40
1 2 ... 36 37 38 39 40 41 42 43 44 45 46 ... 94 95

Comments to this Manuals

No comments