Answered
Combine 2 (varchar) form fields (PHP, MySQL)
This must be such a common question but i can't find an
answer anywhere.
On an insert or update form, I have three common fields.
title
firstname
lastname
I also have another hidden field "fullname".
Within the form, before posting, I want to combine the three first fields and populate the "fullname" field....
Sounds simple..
I attach my pathetic code tryout to capture it during post - but to no avail!!
On an insert or update form, I have three common fields.
title
firstname
lastname
I also have another hidden field "fullname".
Within the form, before posting, I want to combine the three first fields and populate the "fullname" field....
Sounds simple..
I attach my pathetic code tryout to capture it during post - but to no avail!!