situation: I have a listbox thats populated with XML data. when selected it sends the item name to a textbox and theres another input text box. the user picks a song to request and puts in thier name giving me my 2 bits of data; userName and requestSong. i have a submit button that is suposed to then send the data to a text file using a PHP script.
problem: The flash file doesnt seem to tell the script to start. heres the code.
submit_btn.onRelease = function() {
loadVariablesNum("request.php", "0", "POST");
};
the php file is in the same directory as the flash btw. When i run the php on its own it seems to work and create a new text file just without the info(cos flash didnt send it).
Thanks in advance to any help.
