Jump to content

Zaf

Members
  • Posts

    1
  • Joined

  • Last visited

Zaf's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i try the code in w3school and it can be run. But when i try to replicate it in my notepad and save it as helloworld.php and i browse it in my browser, the code cannot be running as in w3school. Why?? Before this, all ok.. Can anyone help me to solve it?? Thank you in advance.. this code: <!DOCTYPE html> <html> <body> <?php ECHO "Hello World!<br>"; echo "Hello World!<br>"; EcHo "Hello World!<br>"; ?> </body> </html> result in my browser: "; echo "Hello World! "; EcHo "Hello World! "; ?>
×
×
  • Create New...