Get Parent directory of Current URL using PHP dirname function
Suppose you are at a URL http://yoursite.domain/dir1/subdir2/subdir/file.php and want to get the 1st level Parent directory of this URL. Evidently, the URL of...
Technology Powering The Web