Questions tagged [urlvariables]
64 questions
0
votes
1 answer
HTML5 Manifest cache and url key values
I was wondering how you can handle files with variables in the url like
www.mysite.com?id=myvariable
I can't possibly have to store every possibility?
I used these variables because when the users are online they should be able to share their…

Toon Van Dooren
- 613
- 1
- 12
- 27
-1
votes
2 answers
CakePhp2 : How to get variables in an url like foo:bar/foo2:bar2/...?
I'm using CakePhp2 and trying to get values of variables from a url.
My url looks like controller/action/foo:bar/foo2:bar2/foo3:bar3 ?
When I use $this->request['foo'] CakePhp says "Undefined index".
Any idea to find values of foo, foo2 and foo3?

Dacobah
- 779
- 3
- 15
- 35
-2
votes
1 answer
PHP url variable gives blank result
I am trying to pass a variable to PHP page using URL GET but I get blank space, what is wrong?!
url: http://localhost:2651/index_main.php?teamName=Liverpool
here is the destination PHP file:

Isabella
- 137
- 12
-2
votes
1 answer
PHP: are URL variables in the namespace they were declared?
I read that any variable declared after a namespace is then part of that namespace. I was confused then when reading about "URL variables":
Try Our new Acid Rain…

ridthyself
- 821
- 1
- 8
- 19