Hi I am new to PHP & SQL but have managed to have a functioning guestbook and download counter. At present they both work but I cant seem to code how to get the download counter to display on my flash movie clip. I have tried numerous different ways but as I am new I don't really know what I am doing lol. The SQL table [download_mamager] is formatted as follows .... id, FILE, DOWNLOADS but all I want to do is get the value of the DOWNLOADS column at the row I specify.
ie.
$data = mysqli_query("SELECT DOWNLOADS FROM downloads_manager WHERE id = 'xx'");
and view the result on a flash textfield.
hope someone can help
cant seem to figure out how to add my as3 code here
update.php