I was using send because once the webpage get the data, it will save it to a database and got to another page. I have discover that I need to test this out of IDE to make it work. Only question I have at the moment is cand I use a url similsy to the one in my original post? I am creating this site using a PHP Framework (CakePHP) that uses "pritty" URL. So I can create the url and, if possible, pass the data in the url. For example, the url /flash/submit/001/100 the flash and submit determine the page to call and the 001 and 100 is the data being sent. Creating the url is not an issue, I need to make sure it gets to my website. Thanks, Troy.