PHP - String Functions
Identify the error in this PHP code snippet:
$data = "red|green|blue"; $colors = explode($data, "|"); print_r($colors);
$data = "red|green|blue"; $colors = explode($data, "|"); print_r($colors);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions