Variables passing

Hey again guys, now i have this:

http://triplew.com.gr/cathedral/test.rar

i have a database named “maxiakrev” and a table in it “items” with columns:

id int primary key not null auto_increment
name text
armor int default ‘0’
damage int default ‘0’

And i want when the player goes the mouse over the item image in flashm the flash send signal to the php file which takes the stats from database and sends them back to the flash, but it doesnt work… any help? :slight_smile: