PHP Hello World

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
Part I: Installing Resin
 
Part I: Installing Resin
  
1) Click on the following [http://www.caucho.com/download/resin-3.0.14.zip]
+
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]
  
 
2) Save the file to your desktop.
 
2) Save the file to your desktop.
Line 18: Line 18:
 
   
 
   
 
  ?>
 
  ?>
 +
[http://www.example.com link title][[Link title]]

Revision as of 16:04, 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 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