I have one combo box where users choose from a list ( coming out of MySQL ).
Upon selection the value of this select box is something like 22779 or 2388a
I'm looking to use PHP in such way that upon submission this value of 22779
will be cut off of the last character e.g. 2277 or 2388
How can I resolve this with PHP ?
Upon selection the value of this select box is something like 22779 or 2388a
I'm looking to use PHP in such way that upon submission this value of 22779
will be cut off of the last character e.g. 2277 or 2388
How can I resolve this with PHP ?