Hi, My name is Cristian. I need an advice: I have win98 se, with pws server from original 98se kit. I have instaled php-4.1.2-installer, I have modified the registry in HKEY_LOCAL_MACHINE /System /CurrentControlSet /Services /W3Svc /Parameters /ScriptMap. with .php value c:\php\php.exe and HKEY_CLASSES_ROOT new key.. like in manual. In pws manager I have mapped the directory with the .php file. with read, execute and scripts checked. When I click the .php file the dos window begin and close and nothing else the script that I have put in the file don't apper. this is the .php file: <html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I’m a PHP script!"; ?> </body> </html>
what is the problem? Thak you for everything. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php