PHP Hello World

From Resin 3.0

Revision as of 15:57, 14 November 2005 by Creich (Talk | contribs)
Jump to: navigation, search


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 [1].

2) Save the file to your desktop.

Example PHP code

<?php

echo "Hello World";

?>
Personal tools