I am using PHP 4.3.4 with apache 2.
I have a php file in the path :
D:\php_projects\testproject\test.php
Whan I use getcwd() I get the path D:\php_projects\testproject
But I have to put create new files in the folder
D:\php_projects\
and the path is needed as D:/php_projects/
Is there any functions for that.
Thank You.
I have a php file in the path :
D:\php_projects\testproject\test.php
Whan I use getcwd() I get the path D:\php_projects\testproject
But I have to put create new files in the folder
D:\php_projects\
and the path is needed as D:/php_projects/
Is there any functions for that.
Thank You.