Posts Tagged ‘websites’

Learning Php Scripts

Friday, April 10th, 2009
Learning Php Scripts

PHP stands for hypertext processor a server base programming that gives interactivity to a webpage like friendster google etc.

First Exercise:

Open your notepad then type this.

echo”hi”;

appears

hi when you save it to server (more…)