Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Accessing images in webspace from PHP
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Accessing images in webspace from PHP
Accessing images in webspace from PHP
12-04-2010 3:20 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi
I'm trying to retain images in my webspace so I can continue to use relative references from HTML. Is it possible to reference the images from PHP and if so what path do I use to get at my webspace ?
Thanks
I'm trying to retain images in my webspace so I can continue to use relative references from HTML. Is it possible to reference the images from PHP and if so what path do I use to get at my webspace ?
Thanks
Message 1 of 6
(1,256 Views)
5 REPLIES 5
Re: Accessing images in webspace from PHP
13-04-2010 12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You PHP files must be on CGI, but HTML files could be on CGI or Homepages. Which applies in your case?
David
Message 2 of 6
(402 Views)
Re: Accessing images in webspace from PHP
14-04-2010 12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
HTML is in HTDOCS
Message 3 of 6
(402 Views)
Re: Accessing images in webspace from PHP
14-04-2010 1:27 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Are you using the same FTP login to upload the HTML and PHP files?
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Message 4 of 6
(402 Views)
Re: Accessing images in webspace from PHP
16-04-2010 2:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm loading the php files to cshell.force9.net and the html/jpg files to ftp.plus.net
Message 5 of 6
(402 Views)
Re: Accessing images in webspace from PHP
16-04-2010 2:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
They are different servers, there is no file path to reference homepages (ftp.plus.net) from ccgi. You can only use http://username.plus.com/...
jelv (a.k.a Spoon Whittler) Why I have left Plusnet (warning: long post!) Broadband: Andrews & Arnold Home::1 (FTTC 80/20) Line rental: Pulse 8 Home Line Rental (£14.40/month) Mobile: iD mobile (£4/month) |
Message 6 of 6
(402 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Accessing images in webspace from PHP