+ 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
5 odpowiedzi
+ 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 ?>
+ 2
thank you brothers, let's keep up together😉
+ 1
Thanks brother Gordon Chan
+ 1
Yes brother Satnam Singh ... He is right