I am trying to include the File from the above folder . Iam here (www/pf/htdocs/ap) .
I want to include a php file from the above www it is dev/libraray/hp.php
i am doing it in this way include_once ('../../../../dev/libraray/hp.php') but could not do it How could i do it
include()string. for this one, removing it once should fix the problem, because you need to go 3 levels down:include_once ('../../../dev/libraray/hp.php')