howardchai Posted May 28, 2006 Share Posted May 28, 2006 This is the code that works when I am accessing the folder CMS/uploads. The image filename is stored in a MYSQL table. I want to be able to access the files in CMS/uploads from another hosting account. echo "<a href=\"viewproperty.php?PropID={$result[PropID]}\"><img src='CMS/uploads/$temp_pic[FileName]' width='50' height='50' border='0'></a>So it would be something like: [a href=\"ftp://no-tel.com/CMS/images\" target=\"_blank\"]ftp://no-tel.com/CMS/images[/a] if I am on another hosting account? Help plz!!! Quote Link to comment https://forums.phpfreaks.com/topic/10654-how-do-i-access-another-directory-located-on-a-different-hosting-accountip-address/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.