I am really new at this PHP stuff, so please go easy on me.  I am trying to
query the database and then store the result of the query into a variable to
compare to another variable.  This is for a login function so for example:

$c1 = ociparse($db, "select ssn from schema.table where ssn = $password");
ociexecute($c1);

my question is how can I store what's in the field ssn into a variable?

Thanks,

Pusta



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to