$var=explode(""", $string);
I want to explode a string by the " character.
How is this possible without breaking the script?
Any help here is appreciated.
I want to explode a string by the " character.
How is this possible without breaking the script?
Any help here is appreciated.


Comment