[PHP-WIN] Re: Run a program

2005-07-27 Thread Jacob Waller
Hi! Jon wrote: "Jacob, echo your command and make sure that it is calling shell_exec(); correctly" Ehm... I'm not sure if I get what you mean, Jon. Could you please explain this further? Yong wrote: "just run D:/usr/bin/php.exe -q script.php arg1 arg2 in the command window. It's no need using

Re: [PHP-WIN] Re: Run a program

2005-07-27 Thread Mike
YOu will need put the .DLL´s into php CLI folder. Mike Jacob Waller said the following on 27-07-2005 08:22: Hi! Jon wrote: "Jacob, echo your command and make sure that it is calling shell_exec(); correctly" Ehm... I'm not sure if I get what you mean, Jon. Could you please explain this furth

[PHP-WIN] Enabling File I/O functions on a shared host

2005-07-27 Thread Jim MacDiarmid
I'm using a shared host for some web applications I'm doing. These applications (including PEAR) use file i/o functions such as fread(). At the moment, my shared host has these functions disabled. Since the fread is disabled it's causing the browser-based PEAR front end not to display the images a

Re: [PHP-WIN] Very Basic question: What IDE/tools I need to begin using PHP?

2005-07-27 Thread CrAzY mEx
I recommend SciTE (www.scintilla.org/SciTE.html). It can debug PHP scripts. Just go to Tools >> Go or press F5. On 7/26/05, Taksam <[EMAIL PROTECTED]> wrote: > > Hi everybody, I am learning PHP, and have this very basic question: > > What software/tools I nee

[PHP-WIN] can I use Apache v 2 with PHP?

2005-07-27 Thread Taksam
Hello everybody: I finally installed Apache 1.3.3 and PHP 5.0.4 engine and made my first PHP page and it works! thanks for your help! And didn't use an IDE, just UltraEdit :) but, I WILL use and IDE someday anyway. Now, my question is: can I use Apache version 2 with PHP? And, even if I c

[PHP-WIN] Has anybody used amfphp? (open flash remoting + php)

2005-07-27 Thread Taksam
Anybody used OpenAMF+PHP? ( http://www.amfphp.org/ ) It is an open-source Flash Remoting gateway. I already used it with Java and works OK. Just wanted to know if somebody here used it with PHP and would like to know if they recommend it or not. Tak _