On 01/11/06, Mel <[EMAIL PROTECTED]> wrote:
Thank you so much.

Yes, I was afraid of putting my passwords...
I can move the include file outside the directory, but what do you
mean by "include the file directly"

Please respond to the list

What I meant was to do this:

  include('/path/to/my/include/misc.inc');

rather than this:

  include('http://www.squareinch.net/include/misc.inc');

The first includes the file directly, the second makes an http request
to www.squareinch.net and includes the response.

-robin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to