Hi
I am a total newbie to PHP and struggling a bit. What I would like to achieve is to have a php script that would allow me to login from any browser (i.e. no need to ftp) where I could update a flatfile (.txt) with numbers or text (either 1,2,3 or 1.gif,2.gif,3.gif) and save to the server.
Then when a php page is called it should read the .txt file and build a path to the appropriate graphic file and display the graphics across the screen.
Is this at all possible or am I totally going up the wrong path?
Many thanks