after years of doing classic ASP i am giving PHP a go so bear with me.
i am trying to test a simple build a table from data in my SQL database and i keep getting errors, can someone check my code
<?php
// connect to the database
$connect = odbc_connect("ODBCNAME", "USERNAME"...