jeżeli (! $this->emailSearch ()) {
$this->orderid = (0);
powrót "Znajdować";
}
jawny funkcja emailSearch () {
$email = $this->txndata ["payer_email"];
$ordercount = dbfetch ("WYBRANY obliczenie (orderid) OD rozkaz DOKĄD email = "$email" LUB email2 = "$email" ");
jeżeli ($ordercount == 1) {
$this->orderid = dbfetch ("WYBRANY orderid OD rozkaz DOKĄD email lubić "%$email%" LUB email2 = "$email" ");
powrót prawdziwy;
}
inny {
powrotny fałszywy;
}
}
|