Hello World In PHP | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Hello World In PHP

How do I make Hello World appear on the console on this app? (Already Answered)

22nd Sep 2019, 3:34 AM
Coder
Coder - avatar
2 Respostas
+ 1
Okay.
23rd Sep 2019, 11:49 PM
Coder
Coder - avatar
+ 6
Trying the example from the lesson linked by satnam. You can remove all the html and still print hello using echo. <?php echo "Hello World!"; ?> But directly writing hello also appears to work fine.
22nd Sep 2019, 4:41 AM
Lord Krishna
Lord Krishna - avatar