[PHP] COM works on NT but fails on 2003?

2005-04-10 Thread Theisen, Gary
Hi all, I currently have php 4.3.10 loaded on a windows 2003 server running apache 2.0.52. PHP and the web server work fine. I've got the code (that used to work on an old NT box running IIS and an earlier version of PHP...I think 4.1 or 4.2??) //.code $excel = new COM(Excel.Application)

[PHP] Companies using PHP

2004-07-14 Thread Theisen, Gary
Hi all, I'm trying to locate an up to date list (at least sometime in 2004), that lists major companies (i.e. like Yahoo) that utilize PHP for their website (or at least part of their website). I've google'd and searched php.net to no success. Thanks, Gary

RE: [PHP] Companies using PHP

2004-07-14 Thread Theisen, Gary
Just what I was looking for...thanks Chris! -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 5:28 PM To: Theisen, Gary; '[EMAIL PROTECTED]' Subject: Re: [PHP] Companies using PHP --- Theisen, Gary [EMAIL PROTECTED] wrote: I'm trying

[PHP] getimagesize() not working between Dirs?

2004-06-18 Thread Theisen, Gary
Hi all, I've got two web forms that handle photo uploads. In one directory ... getimagesize() works fine, in the other... it doesn't: Directory that it works. /php/webForm1.html (has action to /php/submitForm.php) /php/submitForm.php Directory that doesn't work. /otherDir/webForm2.html