Peka Mesaj tarihi: Mayıs 25, 2004 Mesaj tarihi: Mayıs 25, 2004 Class ogrenci { var $adisoyadi; var $notu1; function adsoyad($adsoy) { $this->adisoyadi = $adsoy; } function notu($notu2) { $this->notu1 = $notu2; } function durum() { if ($this->notu1<50) return “Kaldı”; else return ”Geçti”; } } $isimler = Array("ali","veli","deli","meli","Kelly","rahmi","ahmet","mehmet","kerem","recep"); $notlar=Array(60,14,98,56,32,14,25,85,65,32); $ogr = new ogrenci(); ?> Adı Soyadı Notu Durum for ($i=0;$i<10;$i++) { $ogr->adsoyad($isimler[$i]); $ogr->notu($notlar[$i]); ?> = $ogr->adisoyadi ?> = $ogr->notu1 ?> = $ogr->durum() ?> } ?> bu zimbirtidaki noticeleri kaldirmak istiyorum napicam ?
Faust Mesaj tarihi: Mayıs 25, 2004 Mesaj tarihi: Mayıs 25, 2004 php.ini'den ayarlaman lazım. error_reporting = E_ALL & ~E_NOTICE http://wwwacs.gantep.edu.tr/programming/php/php_manual_tr/features.error-handling.html[signature][hline]Noir UO Shard açıldı, hala sürüp gidiyor. Gumm özel mesajdan bildiriyor: ...detaylı olark anlatırmsn evi nerde hazırlıyacam oyundamı?
sharky Mesaj tarihi: Mayıs 25, 2004 Mesaj tarihi: Mayıs 25, 2004 ya da scriptin basina error_reporting(0) yazman yeterli, error bile vermez.[signature][hline]There are 10 types of people in the world: Those who understand binary, and those who don't.. .. Sys. Adm. of Paticik(s), Ethernass, Ekohost, and many individual servers ..
Öne çıkan mesajlar