Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded

I don’t know why but i always get this error everytime I will get a dynamic value in my file.php.

Or it’s just that my file.php has many echos in it and FLASH can get the exact thing im looking for.


<?php
$fName = "nuno";
$lname = "mira";
$age = 24;
// echo or print the variables
echo 'fName='.$fName;

?>

but in the next lines I also have echos…