You don't have an account yet?
Become part of our PHP community and register now...
while($result = odbc_fetch_row($e)) { $dasFeld = odbc_result($result,"Feldname oder ID"); echo $dasFeld; }
Comment