getURL and php
getURL and php
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- wade0
I'm not sure I understand. POST is for long variable strings and GET is for shorter strings, correct?
I'm just trying to figure out how to use getURL in Flash to open a new window and then use the variables it got from the Flash in a mail script. My php is fine, it's the Flash syntax that is causing problems.
Normal getURL:
getURL (url, window, GET/POST)How do I the above while also including a JavaScript open window command?