Forum Moderators: coopster
I need something that would print out:
date ¦ weight ¦ change ¦ total loss
----------------------------------------------------------
1/2/04¦ 130 ¦ -2 ¦ -5
With a form to enter the data, like a php email form does.
Does anyone know of any scripts like this? I'm somewhat php literate and don't mind altering something for my needs but I don't know how to code a whole script.
This will automatically draw all the HTML table data for you on the fly and if you know basic SQL, you will be able to do all kinds of queries and sorts.
Bruce :)
[edited by: brucec at 9:47 pm (utc) on Jan. 23, 2004]