Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

Php - notice i kaldırmak istiyorum


Öne çıkan mesajlar

Mesaj tarihi:


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();
?>






for ($i=0;$i<10;$i++)
{
$ogr->adsoyad($isimler[$i]);
$ogr->notu($notlar[$i]);
?>






Adı Soyadı Notu Durum
adisoyadi ?> notu1 ?> durum() ?>






bu zimbirtidaki noticeleri kaldirmak istiyorum napicam ?
Mesaj tarihi:
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 ..
×
×
  • Yeni Oluştur...