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

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

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