Re: why so slow?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/11/06, Mel <melinem@xxxxxxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux