Does anyone know if there is a simple way to do the following:
I have a form that is created from a MySQL database.
150 records right now.
So the fields will change.
I would like the field name on the form be the PartNumber.
The field is a text field, so that the user enters a quantity.
Now, the hard part.
I want to email the field name (PartNumber) & value of all fields that are not blank.
If possible, I do not want to have to run through the list of partnumbers from the database. Isn't there a way to send all fields that have a value? I have seen a cgi/perl script that does this, but I can't find it now.
I have a form that is created from a MySQL database.
150 records right now.
So the fields will change.
I would like the field name on the form be the PartNumber.
The field is a text field, so that the user enters a quantity.
Now, the hard part.
I want to email the field name (PartNumber) & value of all fields that are not blank.
If possible, I do not want to have to run through the list of partnumbers from the database. Isn't there a way to send all fields that have a value? I have seen a cgi/perl script that does this, but I can't find it now.