Here is the scenario: I'm filtering the data being submitted by the user. Acceptable characters are a-zA-Z0-9 and semicolon(;) in php regex how can I do this?
Semicolon(;) serve as delimiter, so I'll be splitting the string into an array.
Please help.
Tenx!
Semicolon(;) serve as delimiter, so I'll be splitting the string into an array.
Please help.
Tenx!
Comment