Jump to content

sjs94704

New Members
  • Posts

    1
  • Joined

  • Last visited

sjs94704's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. OK Folks: I am totally starting fresh with learning PHP starting with my first program that simply says "Hello World" So, I've been watching a really cool video on YouTube that has been showing me how to write PHP code and as with any programming language, the first thing you learn is how to print the words "Hellow World" in the browser. Anyway, so I have the following program, written in NotePad++: <?PHP print "Hello World"; ?> But, when I tell NotePad++ to launch the code in Chrome, instead of showing me just the words Hello World, it displays the entire code I wrote on the page as: <?PHP print "Hello World"; ?> This is NOT the desired result. Also, in NotePad++, I want to upload this file to my web site, I see where there is an upload button, but it is not enabled to allow me to upload this test program to my site. I'm stuck!!! Any suggestions ? Thanks, Steven Schuyler Berkeley, CA
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.