Is that possible to include file like in example :

public_html/house/man.php ( here i want to include file)
public_html/hell/hamburgerfree.php (this file i want to include to )

how can i do it ? 😕

    Either use a relative path ('../' references the parent folder) or use an absolute path (e.g. using $_SERVER['DOCUMENT_ROOT']).

      bradgrafelman;10985957 wrote:

      Either use a relative path ('../' references the parent folder) or use an absolute path (e.g. using $_SERVER['DOCUMENT_ROOT']).

      Thanx for answer,going to try tomorrow

        Write a Reply...