0
It sounds silly, but it’s true.
The url: http://musicasitalianas.com/vedere/vede_musica.php?a=us&b=r
the PHP code of this file
echo $_GET["a"];
echo $_GET["b"];
The result: us
What’s wrong with it?
This only happens in the browser Google Chrome. In others, the result is as expected.
It seems correct ... of the one
var_dump($_GET);
– rray
Here appeared
usr
as expected. Have you tried clearing your browser cache? Maybe it’s an earlier version that is displaying.– Woss
I’ll clean up now
– user60252
nothing, I actually created this file now for testing because I am facing the same problem in a file that uses $_GET. I’ll try another browser
– user60252
yes in another browser works to the satisfaction. Problem is in Crhome. I must change the question then right?
– user60252
Yes, I believe this detail is relevant, but it’s still strange that it just doesn’t work there. Probably some browser settings.
– Woss
Here is working on Chrome tmb
– Jessika
yeah, since yesterday working on it and nothing. Idea, I will test on another PC.
– user60252