Hi All,

Is this the correct way to fetch a row and quoting:

$t=new MailUser; // zend_db_table
$r=$t->fetchRow( "email=? and password=?", array( $_POST['email'],
$_POST['oldp'])  );

But it does not work.. Please help

Reply via email to