PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$strSQL = "SELECT * FROM suppliers ORDER BY їContentId]";
$result= odbc_exec( $dbConnection, $strSQL);
//get resultset and transform into object
While (odbc_fetch_row($result)); {
//retrieve needed info from object
echo "<tr><td>" . odbc_result($result, "ContentId") . "</td><td>" . odbc_result($result, "Name")........
Please don't cross-post. Choose the most relevant forum for your question and post there. If you feel you initially posted your question in the wrong forum, delete the first post before reposting.