I have a php form, having four list boxes, where I am selecting items then I want to concatenate them with a ‘:’ and pass it to HTML for further processing.
Strictly speaking, HTML is not a programming language and hence can’t process anything.
Sorry for using the wrong word, I a beginner. I just want to assign that value to a post variable and then isert into a database table.Thanks
simply submit the form and do the form processing in PHP. There are many tutorials out there that explain this topic.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.