Answers for "include a page from another directory php"

PHP
0

include a page from another directory php

<?php
include($_SERVER['DOCUMENT_ROOT'].'/any/other/directorys.php');
?>
  
 // [document_root] is your root direcroty, example: public_html/any/other/directorys.php
Posted by: Guest on September-02-2021

Code answers related to "include a page from another directory php"

Browse Popular Code Answers by Language