Re: [nyphp-talk] Remote addess

2009-04-30 Thread Anthony Wlodarski
so we couldn't do it, anyway, which > sucks for the person maintaining the portals. > > Michele > > > -Original Message- > > From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] > > On Behalf Of Tim Lieberman > > Sent: Thursday, A

Re: [nyphp-talk] Remote addess

2009-04-30 Thread Michele Waldman
way, which sucks for the person maintaining the portals. Michele > -Original Message- > From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] > On Behalf Of Tim Lieberman > Sent: Thursday, April 30, 2009 3:40 AM > To: NYPHP Talk > Subject: Re: [nyphp-tal

Re: [nyphp-talk] Remote addess

2009-04-30 Thread Tim Lieberman
On Apr 29, 2009, at 10:53 PM, John Campbell wrote: On Wed, Apr 29, 2009 at 8:21 PM, Michele Waldman wrote: Does anyone know how to configure the server to allow remote access? There is never a valid reason to include remote files, but if you really want to do it, just enable allow_url_fopen

Re: [nyphp-talk] Remote addess

2009-04-29 Thread John Campbell
On Wed, Apr 29, 2009 at 8:21 PM, Michele Waldman wrote: > Does anyone know how to configure the server to allow remote access? There is never a valid reason to include remote files, but if you really want to do it, just enable allow_url_fopen and allow_url_include

Re: [nyphp-talk] Remote addess

2009-04-29 Thread Anthony Wlodarski
I generally in my code do not access an external server for include and include_once or require_once functions. But I believe http://us2.php.net/manual/en/features.remote-files.php can steer you in the right direction. -Anthony On Wed, Apr 29, 2009 at 8:21 PM, Michele Waldman wrote: > When I t

[nyphp-talk] Remote addess

2009-04-29 Thread Michele Waldman
When I try to include a php from a remote server, I get the following error: URL file-access is disabled in the server configuration. Does anyone know how to configure the server to allow remote access? Thank you, M* ___ New York PHP User