I am having a problem figuring out how to have a form post all of the data
entered into a regular text file.

This is how I would like the text file to look after the data is submitted
to the file:

-----------------------------------
FirstName:       blah
MiddleName:
LastName:        blash
Email:           [EMAIL PROTECTED]
Street:          85 blah
City:            blah
State:           ca
Zip:             55555
Country:         USA
----------------------------------

first I would like the PHP file to read the existing file and then place the
new data on top of the old info.
I am new to PHP coding, but I did get it to post to a text file but couldn't
get it to lay into the format above.  it just was comma delimited on one
really really long line.  If you can help me figure out how to write a text
file in this format I would really appreciate it.  oh yeah... I am running a
Microsoft Advance server with the IIS webserver running.  Thanks for your
help in advance.

craig



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to