[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

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

2001-10-03 Thread Ricky Theil
]' 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 Database

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

2001-10-03 Thread Sheridan Saint-Michel
. $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] what's the current URL Is there a way for PHP

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

2001-10-03 Thread Ricky Theil
://; . $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] what's the current URL

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 apologize... I'm