Please answer this simple SPAM challenge: two plus two? (Example: nine)
Use this example for IBM DB/2:$q = "update TABLE set PASS=? where NAME=?";$res = odbc_prepare ($con, $q);$a = "secret"; $b="user";$exc = odbc_execute($res, array($a, $b));
<< Back to user notes page