I am trying to find the most recent directory that I am working in. example http://www.mysite.com/apples/index.php how do I get php to find the directory "apples" so I can make it a directory
Comment on this Question and Answer >>>
ASK A QUESTION
More files PHP Questions
Getting first five lines from a fileWhere is a text file i created kept?
Would like to create a web page by using the contents of file#1 as input, writing contents of a variable as content, and ending with contents of file#2. Would you please help me learn how to do this? Here is my attempt: $in1 = 'input1.html'; $in2 =
What does file_get_contents do?
How can i print a file without opening it ?
