[PHP-WIN] Re: Exec () works for me in Apache, but not in IIS, Do I need execute

2002-09-17 Thread Kurtis Harper
Sorry Tracker, I must be missing something I am still unable to execute the convert command. I am out of ideas :o( "Tracker1" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Kurtis Harper wrote: > > Thanks but how do I add the IUSER_MACHINENAME and c

Re: [PHP-WIN] Help, Parse error caused by quotes andapostrophes in function, How do I fix this?

2002-09-11 Thread Kurtis Harper
Thanks for your help :o) - Original Message - From: "Steve" <[EMAIL PROTECTED]> To: "Kurtis Harper" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 1:04 PM Subject: Re: [PHP-WIN] Help, Parse error caused by quotes andapos

[PHP-WIN] Help, Parse error caused by quotes andapostrophes in function, How do I fix this?

2002-09-10 Thread Kurtis Harper
The following is the format needed in order to run the convert command from command line, but I have a problem in exec() format: convert picture.jpg -font Arial-Bold -pointsize 20 -fill red -gravity southeast -draw "text 10,10 'my text to add to picture'" text-overlay.jpg this causes probl

[PHP-WIN] Re: exec() without waiting for completion in Win2k

2002-09-08 Thread Kurtis Harper
I am having problems as well with exec() but this may help in your case, try single quotes, eg add this to your php script: exec ('start C:\path\to\your\bat\file\build.bat'); Hope this helps. "Noel Llopis" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello

Re: [PHP-WIN] Help! I will even Donate through Paypal, I only want to make a thumbnail of a picture through php code.

2002-09-07 Thread Kurtis Harper
AIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Kurtis > So what error do you get when you run exec on convert.exe? > Rich > > -----Original Message- > From: Kurtis Harper [mailto:[EMAIL PROTECTED]] > Sent: 07 September 2002 08:5

[PHP-WIN] Help! I will even Donate through Paypal, I only want to make a thumbnail of a picture through php code.

2002-09-07 Thread Kurtis Harper
Hi Gang, I am serious, I will send a donation (small- I am not a rich man :o) ) through PayPal, if someone is kind enough to help me out. What I need it to create a thumbnail of an uploaded picture. I am not fussy on how the PHP script accomplishes this as long as it works. I tried running Im

[PHP-WIN] Exec command not working.

2002-09-05 Thread Kurtis Harper
Hi, I am running IIS 5 and php 4.2 I will give a lilltle background on what I am trying to do, I am trying to run a program called convert.exe through php. This program will take a jpg and reduce the resolution of the jpg. The command format the works from the Command Line is: convert -size 10x