Link to itself |
10/26/2007 11:56:28 AM |
PHPRunner General questions | |
O
osluk author
See this post |
|
![]() |
Sergey Kornilov admin 10/26/2007 |
You can modify this code to behave differently depending the current page name. if (substr($_SERVER['PHP_SELF'], "view_")>-1) |
O
|
osluk author 10/27/2007 |
Thanks Sergey You can modify this code to behave differently depending the current page name. PHP variable $_SERVER['PHP_SELF'] stores the name of the page executed: if (substr($_SERVER['PHP_SELF'], "view_")>-1) |
![]() |
Sergey Kornilov admin 10/27/2007 |
Just use the code I posted. |
O
|
osluk author 10/29/2007 |
Thanks Sergey Just use the code I posted. |