PHP Hello World

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:PHP]]
 
[[Category:PHP]]
 +
 +
The short article is intended for PHP programers who are interested in trying Resin's implementation.
 +
 +
It is written for users of windows.
 +
 +
Part I: Installing Resin
 +
1) Click on the following link [[http://www.caucho.com/download/resin-3.0.14.zip]]
 +
2) Save the file to your desktop.
  
 
==Example PHP code==
 
==Example PHP code==

Revision as of 15:53, 14 November 2005


The short article is intended for PHP programers who are interested in trying Resin's implementation.

It is written for users of windows.

Part I: Installing Resin 1) Click on the following link [[1]] 2) Save the file to your desktop.

Example PHP code

<?php

echo "Hello World";

?>
Personal tools