Answers for "how access a php file root"

PHP
1

php document root

<?php echo $_SERVER['DOCUMENT_ROOT'].'/hello.html'; ?>
Posted by: Guest on October-02-2020

Code answers related to "how access a php file root"

Browse Popular Code Answers by Language