PHP Hello World

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
It is written for users of windows.
 
It is written for users of windows.
  
Part I: Installing Resin
+
==Part I: Installing Resin==
  
 +
1) Navigate to http://www.caucho.com/download
 +
 +
2) Download the latest Resin Binary for your computer.
 +
  For purposes of this demo, I have downloaded the Windows .zip binary.
 +
 +
3) Save the file to your desktop.
 +
 +
4) Double click the binary and unzip the file.
 +
  For purposes of this demo, I have unzipped the file to c:\resin-3.0.15
 +
 +
==Part II: Running Resin==
 +
 +
5)
 
1) Click on the following [http://www.caucho.com/download/resin-3.0.14.zip http://www.caucho.com/download/resin-3.0.14.zip link]
 
1) Click on the following [http://www.caucho.com/download/resin-3.0.14.zip http://www.caucho.com/download/resin-3.0.14.zip link]
  

Revision as of 17:21, 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) Navigate to http://www.caucho.com/download

2) Download the latest Resin Binary for your computer.

  For purposes of this demo, I have downloaded the Windows .zip binary.

3) Save the file to your desktop.

4) Double click the binary and unzip the file.

  For purposes of this demo, I have unzipped the file to c:\resin-3.0.15

Part II: Running Resin

5) 1) Click on the following http://www.caucho.com/download/resin-3.0.14.zip link

2) Save the file to your desktop.

Example PHP code

<?php

echo "Hello World";

?>

link titleLink title

Personal tools