Senin, 14 Desember 2009
PHP: an Introduction
PHP web programming language is very simple, easy to learn and fun! Before you start working with PHP, check out this essential information. What is PHP? PHP is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Is PHP for Free? Of course! Like I mentioned above that PHP is open source. So, you can get it for free at http://php.net/downloads.php How do I write a PHP script? Writing a PHP script begins with the tag <? and ends with tag ?>. For example: <? echo "Hello world!"; ?> This is the explanation of the script above:
You only need a regular text editor program that is available in the operating system, such as Notepad. However, I suggest you use a text editor Notepad + + because it has more features that will help us in working up the PHP script.Notepad + + can be downloaded for free at notepad-plus.sourceforge.net.
PHP is a server-based programming language. So, you will not be able to run on your computer. Why? Because your computer is not a server. There are two ways you can take:
We will choose the latter. But not now, wait for my next post. I promise! |







Posting Komentar