- Katılım
- 20 Mayıs 2007
- Mesajlar
- 6,382
- Reaction score
- 87
PHP:
<?php
$deger[] = "ads1.php";
$deger[] = "ads2.php";
$deger[] = "ads3.php";
$deger[] = "ads4.php";
$deger[] = "ads5.php";
$deger[] = "ads6.php";
$ads = rand(1,6);
$adsense = $deger[$ads];
include ("$adsense");
?>
Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/ads.php on line 12
böyle hata veriyor nedendir anlamadım ?