[PHP-WIN] Re: COM on remote machine

2004-04-22 Thread M.Staiger
"M.Staiger" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hello NG, > > Imagine that you have one machine running iis with php and want to call a > COM-Server (e.g. Word) on a remote machine.Would this be possible? How would > it look like, if this is the call for the local ma

Re: [PHP-WIN] [PHP-NIX] File upload

2004-04-22 Thread Viraj Kalinga Abayarathna
are you uploading the file through a HTML form? if so check the FORM for the following hidden input field... increace the above value (in bytes) to a bit more value than your maximum file size you are tring to upload. happy coding... Vk. Ragnar wrote: > Hi guys/gi

[PHP-WIN] [PHP-NIX] File upload

2004-04-22 Thread Ragnar
Hi guys/girls, I am having some major pain here with a php script handling file uploads. It's part of an CMS and the file in question takes a PDF, makes a thumbnail of it and then moves it to it's proper location on the server. All this works fine with smaller files < ~ 2 MB. I am having a file

Re: [PHP-WIN] Re: Problems with mail on Windows

2004-04-22 Thread Jordi Canals
Gabe wrote: Jordi Canals wrote: Hi all, I'm having some trouble using mail() on Windows. This is working for me on some LINUX servers with no problems (sendmail, qmail and exim), but cannot make it to work on windows. maybe try this in forming your string $to = "\"SomeOne Name\" <[EMAIL

[PHP-WIN] Re: Problems with mail on Windows

2004-04-22 Thread Gabe
Jordi Canals wrote: Hi all, I'm having some trouble using mail() on Windows. This is working for me on some LINUX servers with no problems (sendmail, qmail and exim), but cannot make it to work on windows. I'd like to send a message with name and address on the TO field, not just the address.

php-windows Digest 22 Apr 2004 12:11:37 -0000 Issue 2220

2004-04-22 Thread php-windows-digest-help
php-windows Digest 22 Apr 2004 12:11:37 - Issue 2220 Topics (messages 23514 through 23517): creating unique data series per category 23514 by: Rafi Sheikh 23515 by: Jason Barnett Re: Request: Get cURL 7.11.1 (current) included in PHP5 Win32 Builds 23516 by: Jason Bar

[PHP-WIN] COM on remote machine

2004-04-22 Thread M.Staiger
Hello NG, Imagine that you have one machine running iis with php and want to call a COM-Server (e.g. Word) on a remote machine.Would this be possible? How would it look like, if this is the call for the local machine : $word = new COM("word.application"); Thanks, Marc -- PHP Windows Mailing Lis