Recent content by Yusuf ali

  1. Y

    php code where is the error?

    Code 1 (Class) public function UyeKayit($adres, $ad, $soyad, $mail, $sifre1, $sifre2, $gsm, $il){ if (filter_var($mail,FILTER_VALIDATE_EMAIL)){ $preg1 = true; }else{ $preg1 = false; } if (preg_match('/^[a-z\d_]{5,20}$/i', $ad)){ $preg2 = true; }else{ $preg2 =...
  2. Y

    Php class question..?

    i want My database in link_id data print screen. my database link_id's 10,22,30,40,45 <?php class VeriCek{ public $dbhost = 'localhost'; public $dbuser = 'root'; public $dbpass = '1'; public $dbname = 'linkekle'; public function BaglanDB(){ if( $link ){ return...
Back
Top