|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
query string variable
Suppose I have this link:
../viewItems.php?CateId=12 How can I get value of the "querystring" variable - CateId - in my code ? Thanx |
|
#2
|
|||
|
|||
|
RE: query string variable
$_GET['CateId']
|
|
#3
|
|||
|
|||
|
RE: query string variable
If you have the set "register_globals = On" in php.ini
You can access the value straight away with $CateId // JoNtE |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > query string variable |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
![]() |
|