I have a MySQL database in which data is input by a PHP page.
I would like the date and time automatically input on the form within the date and time fields, so the user doesn't need to input them.
I also have another PHP page which displays results from the MySQL database using repeating regions.
Is it possible to calculate totals at the bottom of this page? Then I could filter the records based on some criteria.
Thanks.
I would like the date and time automatically input on the form within the date and time fields, so the user doesn't need to input them.
I also have another PHP page which displays results from the MySQL database using repeating regions.
Is it possible to calculate totals at the bottom of this page? Then I could filter the records based on some criteria.
Thanks.