Posts Tagged ‘clone’

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…)

Overview Of The PHP Programming Language

Sunday, March 8th, 2009
Overview Of The PHP Programming Language

PHP is a web scripting language that performs server side operations to produce dynamic content.

The PHP code can be embedded into conventional HTML performing many tasks that were formerly mostly relayed to a separate Common Gateway Interface (CGI) script. Created by Rasmus Lerdorf originally in the form of Perl-based CGI binary files, PHP has become one of the most widely-used scripting languages for the web.

The script, w (more…)