If the php module is copied to the correct place on the server (same place as the HTML) AND if the PHP is error free (and properly named and formatted) AND if the server supports PHP, then it should work. If you check out all of these points and and they are ok and a simple "Hello World" module won't work then you should start with your web host support and make sure that you are doing everything that the server requires.
Two things to verify are
* That you aren't using short open tags (<?) instead of the full PHP tag (<?PHP). Some servers won't take the short tags.
* That your PHP module has a .php suffix (not .htm or .html). If you don't do this, it won't recognize it to be a PHP module and your PHP code won't be processed by the Interpreter.
chrishea
Nearly a Posting Virtuoso
1,428 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230