Hi,
What's the code to print out all letters that is consonants (exclude all vowels)?
$name = James Cool Yang;
i=1;
do
{
echo parse_str($name)
}
while(i<strlen($name))
The following error occurs:
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\php_exercise\exercise4.php on line 4