1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18:
VICINO pubblico MySqlDisconnection vuoto () { se (== ConnectionState.Open di OdbcCon.State) { OdbcCon.Close (); } } //// DISPONE pubblico MySqlDisconnection vuoto () { se (== ConnectionState.Open di OdbcCon.State) { OdbcCon.Close (); } }
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
Che cosa se cambiate mentre ($row = mysql_fetch_array ($result)) { $reserved_dates [] =$row; } a mentre ($row = mysql_fetch_array ($result)) { $reserved_dates [] =$row [0]; }