Guest Posted August 7, 2005 Posted August 7, 2005 Greetings Everyone, In the URL: index.php?cPath=21_47_23 What Variable Holds the 21? What Variable Returns the 47? and 23? I'm trying to achieve it so that i can write a switch statement so that depending on the first set of number (21) i can define the HEADING_TITLE something specific. switch (Variable that holds the number 21) { case 21: Define(....) break; case 22: Define(....) break; default: echo HEADING_TITLE; } Thank you all! -Deepshock :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.