Chmod...?

Hello all!

i’ve got a simple flash system that supposedly allows me to write a data.txt file via a flashwrite.swf, and reads it with flashread.swf.

Flash write processes the data through a php file that edits the data.txt file.

Problem is… well it doesn’t work. As this lil thing was available on some website, the code is supposedly fine.

The problem i have is that the php doesn’t write the txt.

I guess it’s a chmod thing problem, but i have no idea on how this works (i know i need chmod 777 tho)

I can give out the php script if needed.

Thanks for your help!!