Welcome Guest, Not a member yet? Register   Sign In
php URL routing. please help me to understand.
#6

[eluser]Colin Williams[/eluser]
LMATFY:

Code:
// $_SERVER['PATH_INFO'], in most configurations, contains the path appended to the script file name;
// You can explode this into it's segments very easily
$uri_parts = explode('/', $_SERVER['PATH_INFO']);


Messages In This Thread
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 11:48 AM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 12:59 PM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 01:01 PM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 01:07 PM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 02:07 PM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 02:39 PM
php URL routing. please help me to understand. - by El Forum - 05-23-2009, 09:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB