I am trying to set up PHP on a Windows 2003 Server box to communicate with a SQL Server 2005 install on the same box. I have taken the following steps in installing PHP
2) Extract PHP zip ...
I cant connect my DW to mysql since I installed IIS.
I also cant connect via straight code
I get this error:
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - The...
I upgraded from PHP4 to PHP5, Configuration File (php.ini) to load should be /usr/local/Zend/etc/php.ini
Currently the php.ini file loaded is /etc/php.ini
How can i update this value to...
I am running Windows 2003 Server and have tried to get PHP (latest 4x version) running using ISAPI.
I edited the Home Directory...Configuration tab in the management console to include PHP ...
I am attempting to install PHP 4.3.1 on a RedHat Linux 9.0 server. I'm running Apache 2.0.48. I am attempting to execute the installation using the following syntax:
./configure --with-mysq...
Hi - I am trying to install the mcrypt library. I downloaded the below files:
cygmcrypt-4.dll
cygmhash-2.dll
cygwin1.dll
cygz.dll
libmcrypt.dll
libmcrypt.lib
mcrypt.exe
mcrypt.h
...
Hi,
I am brand new to PHP and MySQL, and am trying to install both on WinXP where I just installed Apache 1.3.1 I think - and it also has Oracle 9i database running.
Basically, I type i...
Hi,
I am using php 5.0.3 with IIS on Win2k machine . I am getting the following error when i try to create a XSLT processor.
Fatal error: Class 'XSLTProcessor' not found in c:\myfiles...
Hi all.
I have recently installed Achievo - open source project management software. I am running on WAMP 5_1_0.
The problem I am having is that it is not displaying graphs.
I think ...
Trying to change values in the php.ini folder recently installed on a new server.
The current php.ini file is located on
c:\php\php.ini
According to phpinfo()
Configuration File (php....
I have a PHP script which I downloaded and serving off my Macbook using MAMP. However when I try to access the php script from the browser I get this error.
Notice: SoapClient::SoapClient(...
I just installed Ubuntu Server, and I would like to recompile PHP with the IMAP extension found here:
http://us3.php.net/manual/en/imap.setup.php
I have found many tutorials for recompil...
I am trying to configure Apache 1.3.33 on Linux to enable php. I believe I have followed the instructions correctly. When I restart httpd I get:
Syntax error on line 211 of /usr/local/apach...
hi all,
I've apache 2.2.4 compiled from source
and I'm trying to configure and install php 2.3 from the source to run horde framework and horde applications
when runing this command I g...
HI,
I have webhosting with 1&1 and I am trying to use the PHP Mailer Class.
It says in the install instructions ---> "Installation: Copy class.phpmailer.php into your php.ini include_p...
Greetings,
I recently installed Apache 1.3.31, PHP 5 & Mysql 5.0.0 On a Windows XP Pro Box SP 2.
1) Apache was installed in C:\apache.
2) Php was in zipped and i extracted it to c:\php500...
OS: Windows XP Home
================
I just installed Apache 2.0 for Windows platform. HTML pages are loading just fine.
Then I installed PHP.
The install instructed me to add some...
I'm trying to submit a form using PHP curl. but the action url of this form is in java. the action url is something like " javascript:document.oeForm.action='/se/comp?aff=intern';setCreationDa...
Hi all
We are currently consolifdating some of our server and want to migrate or sharepoint server to another machine. We would also like to setup a php site on teh same box, namely eventum...
Hi,
I am trying to compile php5.2.3 in Solaris 10 and I'm getting the following errors:
ld: fatal: library -lcomn: not found
ld: fatal: library -lct: not found
ld: fatal: library -lcs: n...
I've manually installed PHP5 with support for MySQL 5. When attemping to browse a page that does a simple connect to the MySQL server on the localhost, the page is simply blank. Can anyone t...
when launching Apache server, receive following in Vista error log:
Cannot load C:/PHP/SAPI/php5apache2.dll into server: The specified module could not be found. dll is definitely there. ...
Hi,
I've got a fastCGI version of PHP 4.3.6 configured on a win2003 server machine running IIS6...however recently we've been experiencing around 70000 visits/day and our webserver is strug...
Dear Experts,
I have a Windows 2003 Server with PHP 5.2.6 for Apache installed (I installed using the MSI file). I have recently installed PHP for IIS on the same server. I used the zip f...
I have been developing on my computer with IIS and the PHP sessions work great. I can even access the site from other computers on my LAN and I am able to login (session starts). When I try ...