php-windows Digest 25 Apr 2002 17:00:29 -0000 Issue 1111
Topics (messages 13300 through 13303): Image creationm (again) 13300 by: Brian McGarvie getimagesize warnings... 13301 by: Martin.Andrew Re: installing on a remote web host 13302 by: Vail, Warren Re: Excel not closing after using it via COM 13303 by: Scott Hurring Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message ---I've also been having trouble with using GD, the extension is loaded correctly, however when I execute my code the image in IE (not tried it in anything else yet) is blank...--- End Message ---
--- Begin Message ---I'm trying to upload images to the websever I create a temp file and copy it to the webserver 95% of the time I have no problems, occasionally I get the follwoing errors.. Warning: getimagesize: Read error! When I check the web server a file with the same name of the image I tried to copy exists, but it is 0KB. If I delete some unused files from the server and delete this 0KB file the process works fine. Hence I naturally thought it is a space issue on the server. But there is 20% capacity used on the web server!! (running Apache on a unix machine) Any ideas? Thanks.--- End Message ---
--- Begin Message ---You can upload the following page and test quickly ------------------------------------- <?php phpinfo(); ?> ------------------------------------- upload the above line of code to something like test.php and invoke it with your browser http://www.yourdomain.com/test.php If you get a page of useful information about the php that is installed on your server, then you are set. If you get the same line back as plain text, you might want to give your provider a call. good luck Warren Vail Tools, Metrics & Quality Processes (415) 667-7814 Pager (877) 774-9891 215 Fremont 02-658 -----Original Message----- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 8:44 PM To: rob; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] installing on a remote web host It's already installed and enabled, they've told you that. Simply call your pages .php or .phtml (whatever they tell you to call them) instead of .html Ross -----Original Message----- From: rob [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 02:58 To: [EMAIL PROTECTED] Subject: [PHP-WIN] installing on a remote web host Hi all, I have searched for any info on installing php up to a web host's server as far as they have told me "PHP is enabled by default" so! I am looking for the documentation that will guide me in the process of uploading and activateing php ... thanks! Rob deltona, fl -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php--- End Message ---
--- Begin Message ---I went back and ran some perl code using the Excel COM object. Excel does properly exit... so it looks like you are correct -- it's probably a bug in PHP's COM code. Attached is is sample Perl, PHP and Excel, if anyone wants to verify that excel does indeed die after the perl script is finished, yet stays alive when the PHP script is finished. --- Scott Hurring Systems Programmer EAC Corporation [EMAIL PROTECTED] Voice: 201-462-2149 Fax: 201-288-1515 > -----Original Message----- > Try > > $book->Close("False"); > Doesnt do anything. > But then one has to ask, why does it work fine from other > languages, e.g. Perl? If the API were broken, it would seem > that it would be broken regardless of the language one was > using. > > Scott Yeah.. that's the way it seems now.--- End Message ---
test1.xls
Description: MS-Excel spreadsheet