maybe u can let us see the generalhttprequest function?
d.
On Wed, Apr 30, 2008 at 10:44 AM, Jason B <[EMAIL PROTECTED]> wrote:
> im using the flex IDE trial and ive for over an hour tried to change
> the url param's.
>
> i have them as
>
> click="generalhttprequest('?searching_station=true%26searchstation=' +
> searchstation.text); "/>
>
> Heres PHP Recording to a file what is coming in?
>
> array(2) {
> ["searchstations"]=>
> string(8) "true&hi2"
> ["searchstation"]=>
> string(3) "hi2"
> }
>
> URL is http://web2/xml.php?searchstations=true%26hi2
>
> Whats weird is I did a FIND inside the mxml which is the only one im
> using and no search is found for "searchstations" term?
> i tried to do a build Clean too?
>
> has anyone experienced this kind of thing if so what solves it?
>
>
>