e come si usa?perchè ho fatto cosi ma mi dice "wrong paramiter count for odbc_fetch_into()" l'ho usato cosi:
$count="select count(id_officina) from officine";
$res_count = odbc_fetch_into($count);
dove sbaglio?
e come si usa?perchè ho fatto cosi ma mi dice "wrong paramiter count for odbc_fetch_into()" l'ho usato cosi:
$count="select count(id_officina) from officine";
$res_count = odbc_fetch_into($count);
dove sbaglio?