Add fields
Posted: 19 Jul 2017, 07:43
Greetings!
I have needs to add more fields in form.
But there is no needs in additional mysql fields.
Let's say i add fields
Name
City
Address
And there is standard field
Content
I just wanna combine this fields before they go into database
like:
Content = Name . "<br/>" . City . "<br/>" . Address . "<br/>" . Content
something like that
Can you help me, and explain where POST is processed, after submit?
I have needs to add more fields in form.
But there is no needs in additional mysql fields.
Let's say i add fields
Name
City
Address
And there is standard field
Content
I just wanna combine this fields before they go into database
like:
Content = Name . "<br/>" . City . "<br/>" . Address . "<br/>" . Content
something like that
Can you help me, and explain where POST is processed, after submit?