![]() |
PHP question
$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. |
Is it as simple as doing \" ?
|
yes
or use ' ie explode('"', $str); |
|
Quote:
|
All times are GMT -7. The time now is 08:52 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123