Hey there all...
Micheal has allready been a great help..
But I still need some help..
I'll make an example..
I have a Trivia like game which gets data
from a textfile called questions.txt
Also each question has his own score...
(the answ val thing)
This is how the data is in questions.txt:
&questions=2
&players=8
&question1=What is the capital of Belgium?
&answ1a=Antwerpen
&answ1aval=2
&answ1b=Brussel
&answ1bval=3
&answ1c=Praag
&answ1cval=1
&question2=Question 2?
&answ2a=Right
&answ2aval=3
&answ2b=huh?
&answ2bval=2
&answ2c=What?
&answ2cval=1
&player1=Jan
&player2=Eric
&player3=Pieter
&player4=Johanna
&player5=Babette
&player6=Paul
&player7=Jordi
&player8=Martijn
-=-
Well I want to make a form which makes it able to edit this textfile through php.
So I need to make a form which makes it able to add, delete and edit the questions which is taken from the textfile questions.txt
This is a huge project, so if someone can help me solve this or even better, can code this for me, I'd be amaaaazingly happy.
And maybe can do something in return, if desired.
Thanks very much...
-Jordi