I think this is almost connected but I get an error. 
Can someone help me past this point?
here is my code.
<code>
<?php
echo "Hello world!<br><br>";
$connect = odbc_connect("dsnname", "username", "password", SQL_CUR_USE_ODBC);
$query = "select * from PUB.company"...