 
-[[スクリプト言語]]
-
 [[PHP: Hypertext Preprocessor>http://php.net/index.php]]
 
 [[PHP: Preface - Manual>http://jp2.php.net/manual/en/preface.php]]
 
 >
 >PHP, which stands 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. Its syntax draws    upon C, Java, and Perl, and is easy to learn. The main goal of    the language is to allow web developers to write dynamically    generated web pages quickly, but you can do much more with PHP.
 <
 
 [[日本 PHP ユーザ会 (Japan PHP Users Group) :: メイン>http://www.php.gr.jp/]]
 
 **インストール [#content_1_0]
 
 Wordpress-2.9 日本語版を、Web Platform Installer使って入れたら、~
 PHPも自動的にインストールされたので、それをベースにして、~
 5.2.12へアップグレードしたものを使ってます。
 
  C:\Users\Administrator>php -v
  PHP 5.2.12 (cli) (built: Dec 16 2009 16:57:39)
  Copyright (c) 1997-2009 The PHP Group
  Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
      with the ionCube PHP Loader v3.1.34, Copyright (c) 2002-2009, by ionCube Ltd.
  
 
 [[PHP-5.2.12をインストール>../../../../wordpress/?p=911]]参照。
 
+
