Hello,
I am clueless on how to separate the value of a HTML TextBox into separate characters before inserting into database.
The user will key in certain form of code in the textbox. EG:JYX. The code needs to be separated and assigned to variable for each of the character before being inserted into the database.
Anyone have tips on how to solve this issue.