RE: [PHP-DB] what's the current URL

2001-10-03 Thread Francisco Carvalho
Thanks all. $PHP_SELF worked fine. -Original Message- From: Ricky Theil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 2:37 PM To: Ricky Theil; 'Sheridan Saint-Michel'; Francisco Carvalho; [EMAIL PROTECTED] Subject: RE: [PHP-DB] what's the current URL I a

RE: [PHP-DB] what's the current URL

2001-10-03 Thread Ricky Theil
ably be as simple as: $url = "http://"; . $HTTP_HOST . $SCRIPT_NAME; Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Francisco Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedne

RE: [PHP-DB] what's the current URL

2001-10-03 Thread Ricky Theil
: $url = "http://"; . $HTTP_HOST . $SCRIPT_NAME; Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Francisco Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 3:50 PM

Re: [PHP-DB] what's the current URL

2001-10-03 Thread Sheridan Saint-Michel
"; . $HTTP_HOST . $SCRIPT_NAME; Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: "Francisco Carvalho" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 3:50 PM Subject: [PHP-DB]

RE: [PHP-DB] what's the current URL

2001-10-03 Thread Ricky Theil
ECTED]' Subject: [PHP-DB] what's the current URL Is there a way for PHP to know the current URL? I have am include file that a TOC, I want to change the color of a specific link in the TOC to ilustrate that that is the corrent page the user is at. Any sugestions? Thanks a bunch :-) Franky -

[PHP-DB] what's the current URL

2001-10-03 Thread Francisco Carvalho
Is there a way for PHP to know the current URL? I have am include file that a TOC, I want to change the color of a specific link in the TOC to ilustrate that that is the corrent page the user is at. Any sugestions? Thanks a bunch :-) Franky