3
Thanks tripmon, my PHP knowledge is not that extensive. I've read a couple of pages on PHP CURL and fopen. I'm not sure that's what I'm looking for. Just in case there's a misunderstanding here, let me explain my objective again. Just as my browser lists the contents of an ftp folder when I type in the URL (ftp://...), I would like to wrap that list with my site's header, footer and main menu. In the same way that include("http://example.html") in index.php would wrap example.html, how can I wrap the list of contents in an FTP folder?
Thanks,
- Nilium -