Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top PHP installation Solutions: 1 - 25 of 41
 
I need to upgrade my IIS6 weber server from PHP 5.2.9-1 to 5.3.0.  As I'm sure you know, there is no ISAPI module for 5.3.0. On my first attempt, I downloaded and installed FastCGI and then...
I have installed XAMPP with apache on my windows server 2003. However I cannot get apache to start, it is running as a service (not as a program). I have tried to start it manually via NMS and...
recently, the hosting svc where i maintain several php apps changed the default php machinery from php4 to php5.   the change was made without warning or notification.  using cpanel, i switche...
Hello All,      I have set up LAMP on my notebook. The versions of the packages are as follows    -Ubuntu 8.04    -Apache2    -MySQL, Server version: 5.0.51a-3ubuntu5.4 (Ubuntu)    -PHP-5...
I have Apache 2.2 on my Windows Vista Home Premium machine and I cannot seem to get php 5 installed
I installed PHP 5.1.6 on Linux CentOS server using Yum but I want to change the configuration options (for example --with=gd). I realize that if I had downloaded the source I could configure P...
Hi experts, I'm having trouble with my new host, and the SESSION variable timeout.  Navigation of our site is based on a SESSION var being set upon login, which is checked on each page - if th...
When i try to instlled PHP 5.0 its showing Error. i think b'cos of Apache configuration. But its not working after installed PHP Please find attachement for ERROR MESSAGE. Please help me t...
I've edited the include_path of my php.ini file (located in the /usr/local/zend/etc/php.ini folder on my Mac) with the following: ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; ;;;;...
Hello all I have a an installation of Ubuntu server 7.10 and I am trying to install the following apps to work together (i am using the latest versions of everything with the exception of my...
I have created a contact form using Coffeecup Web Form Builder and the form works fine but I would like to stop people from entering URLs into the form. I tried using the code starting on l...
Hi, I have asked a similar question several times, and still have had zero luck. I need to upgrade my PHP on my VPS.  I have the following: Joomla! Linux Fedora Core 6 - x86_64   Da...
Hi, I'm installing pdo_pgsql module on my server using 'pecl install pdo_pgsql' and get the following problem: WARNING: channel "pecl.php.net" has updated its protocols, use "channel-u...
Hi all, I've installed php 5.2.10 under a fresh windows 2008 server. The installation process go well, the setup create a Handler Mappings with FastCGI. Problem : when I run a php script...
I would like to update PHP 5.1.x to PHP 5.2.6 on a production server running RHEL5. All of the official RPM's seem to be stuck in 5.1.x. I've seen a number of unofficial RPM's but this is a pr...
Can an expert in php please tell me the correct  setting for my ini file. Windows 2008 iis7 is the platform, 6gb ram, duo core pentium low traffic.  No Sql.    Fast-cgi. Some pages call 1...
Hi, I have an intriguing problem. I installed php on my windows 2000 IIS several years ago and it has been running nicely ever since. However, recently I wanted to run php scripts in new d...
I have inherited an ecommerce site with URL redirects,  I am trying to make SEO friendly URLs and using a mod rewrite to get back to existing dynamic pages.  This site has previous rewrites.  ...
I would like to install a module where clients would be invited to leave a vote and a review for an hotel, such as the reviews implemented in sites like Expedia and/or Booking.com The modul...
hi EE, im using Windows Vista and im trying to download PHP Cache Lite to apply caching to my mysql website. I have downloaded from the site, http://pear.php.net/package/Cache_Lite/downloa...
What is the best and inexpensive way to encrypt my PHP scripts for distribution to other sites.   I want to guard against people copying my applications to other servers. Here is an exam...
i want to intall openwrt on netgear router i want to know if i can run my own php and perl scripts along with packages like stummble or kismat on it.
i messed around with the basepath but i'm stil not displaying the text editor: <?php $oFCKeditor = new FCKeditor('description') ; $oFCKeditor->BasePath = 'http://imagedr.com/fckeditor/' ;...
for example: /var/www/html/web1   ..........    $_SESSION['LOGIN'] = TRUE; /var/www/html/web2   ..........    $_SESSION['LOGIN'] = TRUE; my problems: 1. login web1 will also logi...
i keep getting an error with this line of code can some one help please "Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in  on line 34" if ($myrow =...