From: Ravi Joshi on
Hi ,
I have downloaded php-5.2.10-win32-installer.exe(18.6MB) and installed in my C:\php folder.at the time of installation i have clicked on apache 2.2.x(i have installed apache_2.2.11-win32-x86-openssl-0.9.8i also in C:\Apache Software Foundation\apache folder) and i have installed all the features of php which comes at the time of installation.after the installation ends i have create a .php file as below

<?php
echo " Hello php ";
?>            
                    a very simple program to print hello php on the screen.i save this file as script.php in my desktop. after saving i cilck on it to run .there was some error something like
Unable to locate component and in that message it says that some .dll files could not find .these dll files are OCI.dll , ntwdblib.dll etc. and it says to reinstall the php. but after reinstalling this problem occurs .
                             one thing also that i have downloaded php-5.2.10-Win32.zip(10MB) also. when i install that zip file(after uncompress it but at this time i have not install the php-5.2.10-win32-installer.exe) my php programs will run good and display the output also.
but after installing php-5.2.10-win32-installer.exe i can not run any php program.
                            please help me. i am new in php.



From: Ariz Jacinto on
Hi Ravi,

You need to comment out those extensions in your php.ini if they don't
exist or are not part of the installer.

If you really want to get started with PHP try installing XAMPP[1] or
Zend Server Community Edition[2].

[1] http://www.apachefriends.org/en/xampp.html
[2] http://www.zend.com/community/zend-server-ce


On Tue, Jun 30, 2009 at 11:20 AM, Ravi Joshi<ravi.joshi53(a)yahoo.com> wrote:
> Hi ,
> I have downloaded php-5.2.10-win32-installer.exe(18.6MB) and installed in my C:\php folder.at the time of installation i have clicked on apache 2.2.x(i have installed apache_2.2.11-win32-x86-openssl-0.9.8i also in C:\Apache Software Foundation\apache folder) and i have installed all the features of php which comes at the time of installation.after the installation ends i have create a .php file as below
>
> <?php
> echo " Hello php ";
> ?>
>                     a very simple program to print hello php on the screen.i save this file as script.php in my desktop. after saving i cilck on it to run .there was some error something like
> Unable to locate component and in that message it says that some .dll files could not find .these dll files are OCI.dll , ntwdblib.dll etc. and it says to reinstall the php. but after reinstalling this problem occurs .
>                              one thing also that i have downloaded php-5.2.10-Win32.zip(10MB) also. when i install that zip file(after uncompress it but at this time i have not install the  php-5.2.10-win32-installer.exe) my php programs will run good and display the output also.
> but after installing  php-5.2.10-win32-installer.exe i can not run any php program.
>                             please help me. i am new in php.
 | 
Pages: 1
Prev: PHP4 listening host:port
Next: Hiiiiii