How do I find out the FTP path?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
cturner
Forum Contributor
Posts: 153
Joined: Sun Jul 16, 2006 3:03 am
Location: My computer

How do I find out the FTP path?

Post by cturner »

As the subject says how do I find out the ftp path using php? Thanks in advance.
vetrivel
Forum Newbie
Posts: 7
Joined: Thu Aug 07, 2008 5:54 am

Re: How do I find out the FTP path?

Post by vetrivel »

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????
Post Reply