Dear Experts,
I have a Windows 2003 server running Apache and PHP. I want to run a site under IIS that also uses PHP.
Is it possible to configure PHP so it runs under both? If so, ho...
I am setting up a server with Helm and it supports running both php4 and php5 on IIS but when I install the software it drops an ini file for both version 4 and version 5 into the c:\windows d...
I have been trying to get both php4 and php5 running on the same IIS server. I tried these steps but got only php4 and php 5. I only get my php site to run. Any assistance would be great.
...
I am using Adobe Dreamweaver to create a .php web page for a spiderable gear catalog online. I'm using IE 7.0 to view site online and FileZilla as my FTP agent. The web site is hosted by GoD...
Actually, I can install it but get errors. The error I get is:
Could not load either mysql or mysqli extension, you might not be able to use phpMyAdmin. Check your ...
I've googled th...
I'm a little confused about PHP extensions like Pear and PECL. There seem to be two types of extensions in general, those called with "extension=" statements in php.ini and included PHP files....
After reading the PHP manual's documentation on include_path I felt hopelessly lost, so here I am.
I have directories outside my webroot like so....
/home/nick/includes/site1
/home/nick...
Hi,
I was going to try out a few examples that use php's gd library.
I came across this one -> http://www.phpfreaks.com/tutorials/105/0.php and it says the php_gd.dll is found in php ver...
I have been trying to install PHP 5.2.5 ISAPI on windows Server 2003 running IIS 6.0 with ASP installed. The server is a live server handling our libraries web page that is the portal to our ...
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...
Guys, I've had no success getting mencoder to install properly on my Ubuntu-based server. Has anyone had any success? And if so, what nuances should I be aware of?
Thank you.
I just recently transfered over my website to a new server, and now I can not use the script that was set to upload photos with out changing the photo directories to a chmod of 777
How do I...
I just upgraded linux suse 10.2 to 11.0. However when trying to access my phpmyadmin I am getting
an error:
Cannot load mysqli extension. Please check your PHP configuration. - Document...
For a long time PHP was not recommended under Apache2 with the Worker MPM. With the release of PHP5 has this become stable?
I have just installed Red Hat 9 and I am trying to get PHP 5 RC1 up and running on Apache 2.0.48. I have compiled and installed Apache which now runs without a problem. However, I compile and ...
I am installing php 5.0.4 on XP/IIS6.
What is best to use - CGI or ISAPI? Why?
Hello,
i have php4.3.9 running fine on linux machine with oracle 11G service name to talk with my oracle database. i am trying to connect using ocilogon() but it is not showing any err...
Hello all
we setup an internal xampp v1.6.3a server, for debugging purposes.
http://www.apachefriends.org/en/xampp.html
it is running in a wxp sp2 box.
apache is working
php is worki...
I need the PHP CURL extenion for RedHat 7.2
I have a SSh access ... any help for this ?
Hello,
I'm using the attached code to read file and then display the info on the screen. The file entries looks like the following:
name
location
some lines I noticed looks different l...
I have changed my settings in dreamweaver to use PHP, however now the site has issues with finding the root directory.
in httpd-Vhosts.conf i have added the following lines
<VirtualHost *:...
I already have MySQL installed on the server and phpinfo() works fine with pages served through apache. For an application to work, I need to enable some extra packages. Do I need to recompile...
I'm getting 404 File Not Found errors when trying to access php files.
I'm an asp.net person so it's all a bit confusing anyway!
I have followed the instructions given here: http://www.peter...
Hello.
i like to play around with PHP on my pc.
at the moment it runs XP pro (en) operating system.
i've searched google and got lost with many solution, should i install linux first. shoul...
I just installed Aoache and PHP 4.3 on windows 2k.
The apache server works fine and I changed the config file to incl;ude the lines
LoadModule php4_module c:\PHP\php4apache2.dll
AddTy...