Discussion Forum : Php Operators And Expressions
Question - What will be the output of the following PHP code ?$a = '12345';echo 'qwe{$a}rty';
Options:
A .  error
B .  qwe{$a}rty
C .  no output
D .  qwe12345rty
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *