How do I find out the FTP path?
Moderator: General Moderators
How do I find out the FTP path?
As the subject says how do I find out the ftp path using php? Thanks in advance.
Re: How do I find out the FTP path?
just upload a file with this content
<?php
echo phpinfo();
?>
and run it.. then you can able to see all the details of the server..
..
if there is any other way .. let me know????
<?php
echo phpinfo();
?>
and run it.. then you can able to see all the details of the server..
..
if there is any other way .. let me know????