1 2 >   Sort: Rank

Verifying IIS Configuration for PHP Scripts
How to verify IIS configuration for PHP scripts? If you have followed our Configuring IIS for PHP Scripts tutorial , you are ready to verify the configuration by follow this tutorial. This tutorial assumes that your IIS is configured to server Web documents from C:\inetpub\wwwroot. 1. Make sure that...
2023-10-21, 14422🔥, 1💬

Configuring PHP Execution Environments
How to configure PHP execution environments? If you followed our Downloading PHP Engine tutorial , you are ready to follow this tutorial to configure PHP execution environment. Without this configuration, you will some execution errors as described in our php5ts.dll Error tutorial . 1. Click the Sta...
2021-07-27, 122335🔥, 4💬

💬 2021-07-27 nmb: knlkn

Configuring IIS to Support PHP Scripts on Windows Systems
How to configure IIS to support PHP scripts on your Windows system? If you want to support PHP scripts through Internet Information Server (IIS), you can following this tutorial. This tutorial assumes that your PHP engine is installed at: C:\Program Files\php-5.2.0-Win32. This tutorial assumes that ...
2016-12-29, 16236🔥, 1💬

💬 2015-12-03 Said: Check that you are using the correct daiomn username format for converter. In our network we use format but converter hates that...

PHP Installation Problem with php5ts.dll
What is wrong if you get an execution error: "The procedure entry point _zval_dtor could not be located in the dynamic link library php5ts.dll"? If you followed our Installing PHP Engine tutorial , you may run into the following execution error: 1. Open command line window and run the following comm...
2016-12-04, 127682🔥, 9💬

💬 2016-11-28 FYIcenter.com: Hi tijo, what PHP version are you trying to install?

💬 2016-11-24 tijo: procedure entry point php_output_write could not be located

💬 2013-02-01 Wizard11: Make sense!

(More comments ...)

Apache Failed to Load php_openssl.dll Module
How to resolve the "The ordinal nnnn could not be located in the dynamic link library LIBEAY32.dll" error when trying to start Apache httpd server? I am want to use openssl.dll module in PHP scripts. You are the "The ordinal nnnn could not be located in the dynamic link library LIBEAY32.dll" error w...
2016-09-09, 3529🔥, 0💬

Getting Errors When Starting Apache to Load PHP Module
Why am I getting errors when starting Apache server to load PHP as a module with php5apache2.dll? If you followed our Configuring Apache to Load PHP tutorial , and used php5apache2.dll in the LoadModule statement, you will get the following error when you try to restart your Apache server: httpd.exe...
2016-07-10, 19765🔥, 3💬

💬 2009-07-28 nagar: my apache wont restart after making the changes in config file

💬 2009-02-28 FYIcenter.com: @shinypurplestuff, Good to hear that!

💬 2009-02-25 shinypurplestuff: Fantastic, that worked a treat. Thanks

Configuring Apache to Use PHP as a Loaded Module on Windows Systems
How to configure Apache server to run PHP engine as a loaded module on Windows systems? If you have followed our tutorials and got the Apache server installed and running, got the PHP engine installed and configured, you can now try this tutorial to configure the Apache server to use the PHP engine ...
2016-07-10, 53801🔥, 2💬

💬 2009-01-30 FYIcenter.com: Hi Shilpa, "LoadModule section" and "mime_module section" are in the .\conf\httpd.conf file. You should be able find it easily. ...

💬 2009-01-28 Shilpa: Hi Team, May i know wt is "LoadModule section" and also "mime_module section" and how to find it. Similarly, if we have to save ...

Getting Blank Pages When Running PHP MySQL Pages
Why am I getting a blank page when running PHP scripts to access MySQL database? Assuming that you have installed the Apache server, the PHP engine, and the MySQL server. Assuming also that you have configured Apache server to run PHP scripts correctly. Now you try to run a PHP application that uses...
2016-07-04, 156895🔥, 0💬

Installing and Running Apache Server and PHP Script Pages - 14 Tutorials
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc...
2016-06-29, 123291🔥, 6💬

💬 2008-12-10 FYIcenter.com: @brokato, as soon as you start Apache server, other computer will be able to browse your website automatically. No special confi...

💬 2008-12-09 brokato: hi how could I configure my apache server for my website to be able to be browse by other computers that has internet connection...

💬 2008-10-03 FYIcenter.com: @Shane, we are glad that this was helpful to you!

(More comments ...)

Configuring Apache to Use PHP as CGI on Windows Systems
How to configure Apache server to run PHP engine as CGI on Windows systems? If you have followed our tutorials and got the Apache server installed and running, got the PHP engine installed and configured, you can now use this tutorial to configure the Apache server to run PHP engine as CGI to suppor...
2015-11-29, 150364🔥, 6💬

💬 2015-11-29 mopcq: Зеропрост – это уникальный комплекс ...

💬 2013-01-23 Daniela McGinnis: Rex Ryan had been involved in a three-car incident January. Fourteen in Bethlehem, Pa., based on a law enforcement statement acq...

💬 2010-12-06 lesspoundsxcx: Great Blog. I add this Post to my bookmarks.

(More comments ...)

Getting HTTP 403 (Forbidden) Error on PHP Scripts
What is causing the HTTP 403 (Forbidden) error when running PHP scripts with PHP CGI configuration? If you followed the installation instructions provided by the PHP package to configure Apache server to run PHP scripts as CGI scripts, you will most likely get this HTTP 403 (Forbidden) error when ru...
2013-01-23, 83655🔥, 2💬

💬 2013-01-23 LianHV: simply dropping by to say hey

💬 2009-09-08 J.J.: Great info, but step 6 could use some clarification.

PHP , APACHE
He i have installed php and apache as per your tutorial. but still i am getting the error like [Tue Apr 12 12:56:27 2011] [error] [client 127.0.0.1] script not found or unable to stat: C:/Program Files/php-5.2.17/php-cgi.exe . this error is from server log on browser HTTP 404 NOT FOUND. WHAT SHOULD ...
2011-04-12, 5561🔥, 0💬

PHP won't run on Apache
I am running Apache 2.2 on Windows Vista. I have installed PHP 5.3.5 using msi installer php-5.3.5-Win32-VC6-x86. I have confiugred my Apache httpd.conf per your tutorial and I still cannot get phpinfo() to display anything but the code in my browser. When I call http://localhost/test.php in my brow...
2011-02-19, 8463🔥, 0💬

Verifying Apache Configuration for PHP Scripts
How to Verify Apache server configuration for PHP scripts support? If you have followed our Configuring Apache for PHP Scripts tutorial , you can now use this tutorial to verify the configurations. 1. Assuming that your Apache server is installed at C:\Program Files\Apache Software Foundation\Apache...
2009-07-28, 37182🔥, 2💬

💬 2009-07-28 A.B.: This tutorial is really good. just go through the steps & you will get it. if it is not happening do it from the starting po...

💬 2009-06-30 john: This tutorial is garbage. It is obvious everybody is having the same problem of configuring php with apache and the tutorial add...

problem in starting in apache web server
httpd.exe:couldnt realiably determine the fully qualified domain name using ipaddress for server name You can fix this error by adding one entry to your apache conf file - change your_server_name to some real name: # add servername to fix the domain name error servername your_server_name
2008-10-01, 9830🔥, 0💬

Cannot Save "php.ini" & "httpd.conf" Files
I have a problem saving the changes made to the httpd.conf file for Apache and the php.ini file for PHP. Why is that? Most likely a permission problem. If you are running Apache and PHP on your own server, try login as "root" or "admin" user. If your server is controlled by a service provider, you n...
2008-08-05, 10984🔥, 0💬

PHP Scripts, Apache
Why does my browser display a dialogue box asking if I want to save or download the .php file instead of displaying the script. For example, this code: Should display today's date. Instead my browser finds the file, and then instead of parsing the script, asks if I want to save or open the script. A...
2008-05-27, 8110🔥, 0💬

How to run a php script in windows xp ...?
Pl help me.. Hi.. how to run a php script in windows xp ...? First, you need to download and install the PHP engine on your Windows XP system. Read this FAQ: Downloading and Installing PHP Then use the "php" command provided by the PHP engine to run any PHP script file, like this "php hello.php" in ...
2008-05-14, 14233🔥, 0💬

Getting PHP Variable Name Showing in PHP Pages
Why am I getting <?= $someName ?> in my PHP script pages? If you installed new PHP application to your Apache server, you may notice that some PHP pages are showing <?= $someName ?> in the output. This is because some Web server will interpret <?= $someName ?&g...
2006-12-09, 8875🔥, 0💬

Configuring PHP Engine to Access MySQL Database
How to configure PHP engine to access MySQL database? Assuming that you have installed the Apache server, the PHP engine and the MySQL database. Assuming that you have configured the Apache server working the PHP engine correctly. Now you need to configure PHP to support MySQL functions using this t...
2006-12-09, 9964🔥, 0💬

Creating Your PHP Configuration File php.ini
How to create your PHP configuration file, php.ini? If you have followed our Installing PHP Engine tutorial , you may need to use this tutorial to create PHP configuration file, php.ini. This tutorial assumes that your PHP engine is installed at: C:\Program Files\php-5.2.0-Win32. 1. Check to see if ...
2006-12-08, 34981🔥, 0💬

Verifying PHP Intallation on Windows Systems
How to verify the PHP installation on Windows systems? 1. Open command line window and run the following command: C:>cd \ C:\>cd Program Files C:\Program Files>cd php-5.2.0-Win32 C:\Program Files\php-5.2.0-Win32>php -version PHP 5.2.0 (cli) (built: Nov 2 2006 11:57:36) Copyright (c) 1997-2006 The PH...
2006-12-07, 10540🔥, 0💬

Installing PHP Engine on Windows Systems
How to install PHP engine on Windows systems? If you followed our Downloading PHP Engine tutorial , you can following this tutorial to install the PHP engine on your Windows system: 1. Unzip the downloaded file C:\temp\php-5.2.0-Win32.zip to a new directory C:\temp\php-5.2.0-Win32. 2. Move the direc...
2006-12-07, 38612🔥, 0💬

Downloading PHP Engine for Windows Systems
How to download PHP engine for Windows systems? If you are interested in downloading a copy of PHP engine for your Windows system, you should follow this tutorial: 1. Go to http://www.php.net, which is the official Web site for PHP. Or go to the download page directly. 2. Look at the Windows Binarie...
2006-12-07, 44396🔥, 0💬

1 2 >   Sort: Rank