Hello all
i have (after much googleing) written a php script which when activated appends to a main text file with the text seen below in this exact format
type=
name=----------------------------------------------------------------------------------------------
#
type=
name=(USER INPUT HERE)
#
type=
name=----------------------------------------------------------------------------------------------
#
what i need is a simple webform with one input field where the user can enter thier name.
When they hit submit the main text file would be written (appended) to with the text shown above yet with the users name in place of (USER INPUT HERE).From what i understand this is a 3 part job and i am missing the first two parts the input and processing of the data
i have found many simple input forms but have no clue how these should be made to work with my present script which works the way it should.
Can some one point me in the right direction?
im going through all the tutorials i can at the moment and might find a solution before anyone here can help.
But there is no harm in asking .
ciao folk
thanks for any feedback
solocky