1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18:
////DICHT openbare nietige MySqlDisconnection () { als (OdbcCon.State == ConnectionState.Open) { OdbcCon.Close (); } } //// SCHIKT openbare nietige MySqlDisconnection () { als (OdbcCon.State == ConnectionState.Open) { OdbcCon.Close (); } }
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
Wat als u verandert terwijl ($row = mysql_fetch_array ($result)) { $reserved_dates [] =$row; } aan terwijl ($row = mysql_fetch_array ($result)) { $reserved_dates [] =$row [0]; }