">
<?phpFive = 5;Six = 6;Seven = 7;Eight = 8;echo "Five / Six + Seven / Eight";?>
Variables should start with a $ symbol, since Five, Six, Seven, Eight don’t begin with $ symbol we’ll get an error.
Previous Question Next Question
Your comments will be displayed only after manual approval.