big-dog1965
05-18-2009, 05:09 AM
Could someone tell me how or where to find a form excample that stores the data to a dat file then formats the data in the dat file to display on a web page.
I made a html form that stores the data to a dat file, but when I make it display on the webpage is shows every thing in the dat file. for excample
Venue|Address|Date|Time|Date2|Time2
My House|123 some street|2009-05-21|12:00pm|2009-05-22|1:00PM
The venue|... line is fields from the form
My House|..... is the data I want to display, but without the | and more like
My House
123 some street
2009-05-21 at 12:00pm
2009-05-22 at 1:00PM
I dont what to use a real sql database, and I would like it to be php or html and php. done a google and found a tut, but come to find out I would have to host with them in order for their tut to work because it uses their cgi-bin .mail2 file.
I made a html form that stores the data to a dat file, but when I make it display on the webpage is shows every thing in the dat file. for excample
Venue|Address|Date|Time|Date2|Time2
My House|123 some street|2009-05-21|12:00pm|2009-05-22|1:00PM
The venue|... line is fields from the form
My House|..... is the data I want to display, but without the | and more like
My House
123 some street
2009-05-21 at 12:00pm
2009-05-22 at 1:00PM
I dont what to use a real sql database, and I would like it to be php or html and php. done a google and found a tut, but come to find out I would have to host with them in order for their tut to work because it uses their cgi-bin .mail2 file.