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