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

**URL:** https://forum.kirupa.com/t/error-error-2101-the-string-passed-to-urlvariables-decode-must-be-a-url-encoded/323568
**Category:** flash
**Created:** [July 7, 2011, 9:37am UTC](https://forum.kirupa.com/t/error-error-2101-the-string-passed-to-urlvariables-decode-must-be-a-url-encoded/323568 "2011-07-07T09:37:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![flashPhp](https://avatars.discourse-cdn.com/v4/letter/f/d6d6ee/32.png) [@flashPhp](https://forum.kirupa.com/u/flashPhp)
#### Post date: [July 7, 2011, 9:37am UTC](https://forum.kirupa.com/t/error-error-2101-the-string-passed-to-urlvariables-decode-must-be-a-url-encoded/323568/1 "2011-07-07T09:37:04Z")

</div>

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

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

?>

```

but in the next lines I also have echos…

![](http://sjclc.com/ao/ao/img/untitled.bmp)
