Joberto,
Thanks once again.
I had already done what you have suggested. It does not work.
Let me explain in detail what I have done. I am using a stand-alone desktop PC with Windows 98 Second Edition Operating system.
I have done the following things, but things won't work the way it should.
I downloaded and installed Omni HTTPD Ver 2.07 web-server successfully. Folder C:\HTTP
PHP gets installed along with it in the folder C:\HTTPD\PHP
I followed all the instructions that came with Omni web-server ( which you also had explained )
I also changed the registry entries ( for .php3 extension ) using RegEdit, as said in the PHP manuals.
I created a text file named it
'hello.php3'with
following script :
<head><title>PHP Test</title></head>
<body>
<?php echo "Hello World<P>"; ?>
</body>
When I double-click on hello.php3, a DOS screen pops-up ( sort of flashes )printing
'Hello World' and gets closed. What I mean is that the Internet Explorer does not open to execute the script.
What could be the problem ? Please help. I really am eager to get into exciting world of PHP scripts.
Thanks for your Prompt answers.
Best Regards,
Jayan Chandrasekhar,
Riyadh, Saudi Arabia.
email : jayanck@email.com
web-site : www.delphitoday.f2s.com
Let me get this straight.
After all the installation, that is after the path is correct, php.ini is put in the windows directory, regedit is done, server setup is done, if we click on the Hello.php3 file, It should open in the browser - isn't it.
Now when I click on the file, it opens in the DOS mode, flashes something and then the DOS window is closed. I hope you uderstand what I say.