+ 3

[php] What is wrong with this code.

While trying to run the below mentioned code i m getting output from the code snippet which is enclosed inside comment braces /*... */ https://code.sololearn.com/wl0lXGxZ59bP/?ref=app

10th Oct 2018, 12:48 PM
Satyendra Singh
Satyendra Singh - avatar
4 Answers
+ 4
https://code.sololearn.com/w5J42DaIF11y/?ref=app Because you put the /* */ pair outside <?php ?> If outside, should comment with html comment style <!-- --> pair If keep /* */, place inside <?php ?>
10th Oct 2018, 1:54 PM
Gordon
Gordon - avatar
+ 2
thank you brothers, let's keep up together😉
10th Oct 2018, 3:35 PM
Gordon
Gordon - avatar
+ 1
Thanks brother Gordon Chan
10th Oct 2018, 3:18 PM
Satyendra Singh
Satyendra Singh - avatar
+ 1
Yes brother Satnam Singh ... He is right
10th Oct 2018, 3:22 PM
Satyendra Singh
Satyendra Singh - avatar