# URLLoader problem

**URL:** https://forum.kirupa.com/t/urlloader-problem/308553
**Category:** flash
**Created:** [April 25, 2010, 4:25pm UTC](https://forum.kirupa.com/t/urlloader-problem/308553 "2010-04-25T16:25:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jinackman](https://avatars.discourse-cdn.com/v4/letter/j/b5a626/32.png) [@jinackman](https://forum.kirupa.com/u/jinackman)
#### Post date: [April 25, 2010, 4:25pm UTC](https://forum.kirupa.com/t/urlloader-problem/308553/1 "2010-04-25T16:25:20Z")

</div>

HI  
im trying to load a php file and user id how would i write this in as3, i can do it like this in php test.php?id=$id  
but how would i do the same in as3

load(new URLRequest(“test.php”));

iv tried this  
load(new URLRequest("test.php?id+id));
