|
|
|
PHPThe PHP language differs a bit from other script languages in the sense that it is designed mainly for use inside web pages. This makes a typical PHP program take the form of an HTML/RXML/XML page with <?php ... ?> segments inside it. Everything outside of these segments is treated as an instruction to output itself literally. While there is an experimental module for embedded PHP support available, the officially supported mode of running PHP with Roxen is by the traditionally method of running it as a CGI scripts. This can be accomplished using these steps:
|
|||