ok
I have fixed my html and include
http://www.squareinch.net/client_testing_html401.php
could you please help me figure out how to change the query in box 4
so that it shows the url only when the link is active?
On Nov 1, 2006, at 5:11 AM, Robin Vickery wrote:
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