HCProfessionals Posted October 4, 2011 Share Posted October 4, 2011 I am trying to figure out a way to echo the directory name of the script location. Link to comment https://forums.phpfreaks.com/topic/248405-directory-name-of-a-script/ Share on other sites More sharing options...
AbraCadaver Posted October 4, 2011 Share Posted October 4, 2011 echo dirname(__FILE__); Link to comment https://forums.phpfreaks.com/topic/248405-directory-name-of-a-script/#findComment-1275622 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.