PHP into Flash

Jubba always know the easiest way…

just because I am lazy :stuck_out_tongue:

i will try it. thanks guys, this is harder than i thought lol/

Jubba could i see that example please?
EDIT"



Warning: fopen(count.txt) [function.fopen]: failed to create stream: Permission denied in /home/mdipi/public_html/count.php on line 13

Warning: fread(): supplied argument is not a valid stream resource in /home/mdipi/public_html/count.php on line 15

Warning: ftruncate(): supplied argument is not a valid stream resource in /home/mdipi/public_html/count.php on line 17

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mdipi/public_html/count.php on line 21

Warning: fclose(): supplied argument is not a valid stream resource in /home/mdipi/public_html/count.php on line 23
count=1 

thats the error message i get when i try to accsess the php file.

it means that it can’t open the file for reading and writing.

Its not CHMODed to the correct settings. Its needs to be set at 777

i did…thats when i got the error message. hmm i will doubble check it though

it wouldn’t do that if your file was CHMODed correctly. because its denying your permissions.

can you post all of your code for me?