si (! $this->emailSearch ()) {
$this->orderid = 0 ;
retourner « non trouvé » ;
}
emailSearch public de fonction () {
$email = $this->txndata [« payer_email »] ;
$ordercount = dbfetch (« CHOISIR le compte (orderid) À PARTIR des ordres OÙ email = « $email » OU email2 = « $email » ") ;
si (== de $ordercount 1) {
$this->orderid = dbfetch (« orderid CHOISI des ordres OÙ l'email aiment « %$email% » OU email2 = « $email » ") ;
de retour rectifier ;
}
autrement {
faux de retour ;
}
}
|