PHP Help.. depseratley

okay… i know there are tons of stuff about php on the forum… and i have looked through just about all of it… and i dont have a clue what i am doin?? it makes no sense to me…

So… can someone please explain to me simply how i am goin to do this…

Rightyo… what i am making is a guestbook kind of thing… but its different… what i need to do is for each post i need to save these variables

xpos
ypos
name
email
webpage
comment

right?? okay… so then for the first poster he/she would create a set of variables called…

post1_xpos
post1_ypos
post1_name
post1_email
post1_webpage…

and so on… and the second poster would create

post2_xpos
post2_ypos…

etc…

Okay from what i have seen so far… i am goin to need input boxes in flash where i am goin in insert that data… and then a submit button…

then i will need a php file with the php script… and a txt file where all the stuff is stored… and somehow the php script will write all that data into the text file… and then when the swf loads all thoose variables will be loaded into the swf. and then i work with them from inside there…

Thanks you so much to anyone who can help me with this… you will be a life saver… =)

and if you are wondering what i am working for it is here

-Scotty

well… I was going to direct you to the tutorials that I wrote before about sending info to and from Flash with PHP, but I see that you already looked at them and still don’t understand.

what you are asking isn’t something that you are going to be able to do easily. Re-read my tutorials, play around with them, change them a little and figure out exactly how they work, and then from there will you start to understand how to use them to make what you want to make. I’m sorry I can’t help more, but I can’t put that much time into helping you step-by-step making this thing. Sorry and good luck…

cheers,
Jubs

[edit]If you have specific questions I can help, but not a general, overall, “How do I make this?”[/edit]