MySQL Query and query records. In addition, it is not a real solution because of error handling.
MySQL Query and query records.
In addition, it is not a real solution because of error handling.
MySQL Query and record search testTesting MySQL Query and record search
'; // MySQL record start with $ init = True; while ($ item = mysql_fetch_array ($ rs) {// MySQL header processing starts if ($ init) {// MySQL record items Reference $ clct = count ($ item)> 1; print "record items = $ clct
"; // MySQL project name reference print '================================== =
'; Print' | '; reset ($ item); for ($ I = 0; $ I <$ clct; $ I ++) {$ tmp = each ($ item); // virtual index jump key $ tmp = each ($ item); list ($ mds, $ dmy) = $ tmp; print "$ mds |";} print'
'; Print' ======================================
'; // MySQL Title processing ended $ init = False;} // MySQL project data reference print' | '; for ($ I = 0; $ I <$ clct; $ I ++) {print "$ item [$ I] |";} print'
'; // MySQL record reference end print '================================== =
';} // MySQL disconnect mysql_close ($ cn); // print ends normally"Normal end
";?>