PHP - String Functions
Identify the error in this code:
$parts = explode(';', 'apple;banana;orange');
echo $parts[3];$parts = explode(';', 'apple;banana;orange');
echo $parts[3];15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions