Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: D4vis
  • Order by date
  1. D4vis

    Problem with function odbc_fetch_array.

    Hi, I have a problem with this code: $conn = connect(); $query = 'select * from Dipendente where Ruolo=\'Docente\''; $ris = odbc_exec($conn, $query); while ($dati = odbc_fetch_array($ris)) { echo "check"; echo $dati['Id']; } The query...

Part and Inventory Search

Back
Top