kralburda adlı üyeden alıntı: mesajı görüntüle
Warning: include() [function.include]: Unable to access ../db.php in /home/x/public_html/yonetim/index.php on line 3

Warning: include(../db.php) [function.include]: failed to open stream: No such file or directory in /home/x/public_html/yonetim/index.php on line 3

Ancak db.php dosyam var :S

Kod:
<?php
session_start();
include("../db.php");

<?php 
include "db.php";
session_start();
include "../dosya.php";
?>
bu şekilde deneyiniz.