need help with embedding

oldskooljuggalo

Beta member
Messages
1
hello to all.

I'm working on this project at work, and I can't figure out how to get the next part done, maybe someone can help:

---
X User submits a form, which is emailed to me.

? Form is also saved as a .txt file in a specified directory

? Another page displays a table with predefined headers, all other
? content is pulled from the .txt files in the specified directory.

? Calculations are made across table rows to show totals in last
column.

? Last column is totaled vertically.

---
X indicates made it work.
? indicates dont know how to do it.
--
If you need to see my form, go to
http://www.fishock.net/forms/exprep.html
user: sales pass: hh5706

The information that is going to be used in this final report page would be everything from days out, days at show, nights out, days in office, all the "expenses", and the 3 "sales" blocks.



Does anyone know how I can make this work?
 
I would suggest useing MYSQL and then you can setup databases and tables and I think that it would be much eiser then trying to use a text file.
 
Back
Top Bottom