I think I installed PHP correctly with XITAMI web server - I set the server up to filter all .php with php.exe (the CGI executable) and it seems it does but not really... An example... the following code: <html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I'm a PHP script!"; ?> </body> </html> The only suggestion I have is the file permissions on the php script, php.exe, php4ts.dll, php.ini but I can't find where to set them up... I've read pretty much documentation though... Is anyone able to give me a hint??? thanks... ...gives me a blank page and at "view source" I get: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1251"></HEAD> <BODY></BODY></HTML> _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]