[PHP] connect to a file outside the web space.

2001-12-15 Thread Webleycity

Hello All

If one creates a file outside the web space on a server. How doe's one
connect to this from a HTML or PHP page?

As I understand it. It is not as simple as normal html link.


---
Mark Webley
Multimedia design and development

WebleyCity Limited 
London  United Kingdom

[EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: 07980 213 627

Fax/Tel: 0208 678 1721
Pager 07654 581816
http://www.webleycity.co.uk
---




 From: Webleycity [EMAIL PROTECTED]
 Date: Sat, 15 Dec 2001 21:44:22 +
 To: James Stewart [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: [PHP] Need high bandwidth provider for my Asian community site
 
 What bandwidth would you like?
 
 
 | Website design and hosting. |
 | Your free website trial including design and webspace, contact: |
 [EMAIL PROTECTED]
 Visit: http://www.webleycity.co.uk/offers
 ---
 
 WEBLEYCITY CAN DESIGN YOUR WEBSITE TO YOUR EXISTING
 CORPORATE IDENTITY OR CREATE ONE FOR YOU
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 ---
 Mark Webley
 Multimedia design and development
 
 WebleyCity Limited
 London  United Kingdom
 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Mobile: 07980 213 627
 
 Fax/Tel: 0208 678 1721
 Pager 07654 581816
 http://www.webleycity.co.uk
 ---
 
 
 
 
 From: James Stewart [EMAIL PROTECTED]
 Date: Thu, 13 Dec 2001 18:34:31 +
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Need high bandwidth provider for my Asian community site
 
 On Thursday, December 13, 2001, at 06:14 PM, l0t3k wrote:
 Sunny,
 AFAICR, br / is for Netscrape, which apparently cant understand
 br/
 for some reason..
 
 It's not a browser thing...
 
 br / is the correct syntax for a line break in XHTML. All tags must be
 closed, hence the / and the white space is necessary to separate the
 element name from its closure.
 
 All major browsers will recognise br but if you want to be XHTML
 compliant, br / should be used.
 
 James.
 
 --
 James Stewart
 http://www.britlinks.co.uk
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] connect to a file outside the web space.

2001-12-15 Thread Jack Dempsey

how exactly do you want to connect to it? if you want to link to it in html, then
it must be under the html doc root...if you're including, then you can specifiy
the path...

Webleycity wrote:

 Hello All

 If one creates a file outside the web space on a server. How doe's one
 connect to this from a HTML or PHP page?

 As I understand it. It is not as simple as normal html link.

 ---
 Mark Webley
 Multimedia design and development

 WebleyCity Limited
 London  United Kingdom

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Mobile: 07980 213 627

 Fax/Tel: 0208 678 1721
 Pager 07654 581816
 http://www.webleycity.co.uk
 ---

  From: Webleycity [EMAIL PROTECTED]
  Date: Sat, 15 Dec 2001 21:44:22 +
  To: James Stewart [EMAIL PROTECTED], [EMAIL PROTECTED]
  Subject: Re: [PHP] Need high bandwidth provider for my Asian community site
 
  What bandwidth would you like?
 
  
  | Website design and hosting. |
  | Your free website trial including design and webspace, contact: |
  [EMAIL PROTECTED]
  Visit: http://www.webleycity.co.uk/offers
  ---
 
  WEBLEYCITY CAN DESIGN YOUR WEBSITE TO YOUR EXISTING
  CORPORATE IDENTITY OR CREATE ONE FOR YOU
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  ---
  Mark Webley
  Multimedia design and development
 
  WebleyCity Limited
  London  United Kingdom
 
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  Mobile: 07980 213 627
 
  Fax/Tel: 0208 678 1721
  Pager 07654 581816
  http://www.webleycity.co.uk
  ---
 
 
 
 
  From: James Stewart [EMAIL PROTECTED]
  Date: Thu, 13 Dec 2001 18:34:31 +
  To: [EMAIL PROTECTED]
  Subject: Re: [PHP] Need high bandwidth provider for my Asian community site
 
  On Thursday, December 13, 2001, at 06:14 PM, l0t3k wrote:
  Sunny,
  AFAICR, br / is for Netscrape, which apparently cant understand
  br/
  for some reason..
 
  It's not a browser thing...
 
  br / is the correct syntax for a line break in XHTML. All tags must be
  closed, hence the / and the white space is necessary to separate the
  element name from its closure.
 
  All major browsers will recognise br but if you want to be XHTML
  compliant, br / should be used.
 
  James.
 
  --
  James Stewart
  http://www.britlinks.co.uk
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]