gt;
Sent: Wednesday, July 24, 2002 9:50 PM
Subject: [PHP] web page function
I am tring to refer to a web page using a function. What function refers to
a web page?
example: if (page=index.php)
{
print $something
}
What function should "page" be?
Thanks
Steve
--
PHP General Mailing Li
Try This
if(strtoupper($REQUEST_URI)=='INDEX.PHP')
{
...statements...
}
- Original Message -
From: "Steve Minter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 7:50 PM
Subject: [PHP] web page function
I am tring to refe
I am tring to refer to a web page using a function. What function refers to a web
page?
example: if (page=index.php)
{
print $something
}
What function should "page" be?
Thanks
Steve
3 matches
Mail list logo