0
{help} Pls what are d difference between these codes?
(1) <?php> Var1=x; Var2=y x=''hello''; y="world!"; echo="x+y"; <?> (2) <?php> echo 'hello world!'; <?> (3) <?php> Var="x" x="hello world"; Echo x; <?>
4 ответов
+ 4
None of the codes runs.
You have a lot of syntax errors.
+ 1
Pls how do I correct them
+ 1
The primary issue here is how you declare variables. Please review the PHP lesson. Once you do that, I'm convinced that you will be able to fix the problem easily 👍
+ 1
🖐️olryt bro.
🏃 I will go through the course again