×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Muhammed Dagdelen
Added: Mar 11, 2021 8:41 PM
Views: 4774
Tags: no tags
  1. unset($Dizi);
  2.     while ($Ad = $Adresleri->fetch_object()) {
  3.         $Dizi[] = array(
  4.             "/{AdresAdi}/s" => $Ad->adi,
  5.             "/{Adres}/s" => $Ad->adres
  6.         );
  7.     }
  8.     $UyeBilgileriTemp->TempYap($Dizi, 'Adresler');