PDA

View Full Version : php help


grumpmonkey
05-26-2005, 01:14 PM
Firstly, I've not real experience with PHP so please excuse my ignorance.
I'm creating a site in flash where I would like certain users to update content. The way in which I'm doing this is thus:
There is a page called 'artpage.swf' There are two variable text boxes called
scroller
scroller2

These boxes read data from a txt file called 'arttext.txt'
'arttext.txt' reads like this
&var1= sometext
&var2= some text
(var1 and var2 being scroller and scroller2)
This all works hunky dory. The problem is this; users can logon to a page called 'artwriter.swf' which has two input text boxes with the same var names as 'artpage.swf'.
Once users have added their content to the input boxes i would like flash to send the var info to a php that would rewrite 'arttext.txt'
does this make sense? i hope someone can help me.
thanks for your time.