I have a form that has several inputs.
How can I user a combination of those inputs(concatenate 3 of those) to create a new field in my database.
Can I do this on my processing page where I insert data into the datbase?
So for e.g. three inputs might be LastName, DriverType, Age
The new field will be JonesCourier53
Thanks for any suggestions.
How can I user a combination of those inputs(concatenate 3 of those) to create a new field in my database.
Can I do this on my processing page where I insert data into the datbase?
So for e.g. three inputs might be LastName, DriverType, Age
The new field will be JonesCourier53
Thanks for any suggestions.