Hi, i have this problem:
Like i said in the comment, i want to protect the $variable from exploding his spacesPHP Code:$variable = "Hi i'm a variable";
$items = "String String $variable String";
explode(" ", $items); // I want to explode spaces but not the spaces in $variable
Is that possible ? thanks!






Bookmarks