We can find absolute path in different ways on a web server using PHP, I am showing some of that practices here echo realpath(dirname(__FILE__)); //…
Leave a CommentTutorials focused on Web Development, ReactJS, JavaScript, PHP, Database Design, Devops
We can find absolute path in different ways on a web server using PHP, I am showing some of that practices here echo realpath(dirname(__FILE__)); //…
Leave a Comment