Ask a Question related to PHP Development, Design and Development.
-
Tony #1
'exec' creates popup windows I don't want to see
Wise ones,
I'm running php under apache (I'm using the uniserv distribution) on
Windows XP. Every time I execute an external command using backticks
or exec or system, I get a cmd windows that pops up for the 1/4 second
the command executes.
This would all be fine, except that I'm deploying the server to run
locally on the user's box, and needless to say, the popups are
annoying. I've search everything I'm clever enough to understand and
can't find a way to get the external commands to run in the
'background'. All of the input and output of the commands have been
redirected, any shell command causes this behavious, and in all other
respects it all seems to work great.
Any ideas?
Thank you very very much for the time.
Tony
Tony Guest
-
PHP v4.0.2 and exec() in Windows 2000 / IIS
Are there any tricks to getting the exec() function to work under Windows 2000 with IIS? PHP v4.0.2 is installed on the server. Thanks, WOMD -
Help! Popup Menu Creates 1 Pixel Row/Column When Exported
Does anyone have a good solution to eliminating the one pixel row that Fireworks creates when exporting a popup menu? I have a menu that fits into... -
How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript? -
system, `` or exec on Windows?
Ronald Pijnacker wrote: Can't answer all your questions, but I'll share what I got. First, see http://ruby-talk.com/10006 for some replacement... -
exec in background on Windows
Folks: How can I get an /exec'ed/ process to run in the background on an XP box? I have a monitor-like process which I am starting as... -
Leslie Hoare #2
Re: 'exec' creates popup windows I don't want to see
"Tony" <aglamarca@yahoo.com> wrote in message
news:ba845054.0307181008.449114b@posting.google.co m...system() works fine for me> Wise ones,
>
> I'm running php under apache (I'm using the uniserv distribution) on
> Windows XP. Every time I execute an external command using backticks
> or exec or system, I get a cmd windows that pops up for the 1/4 second
> the command executes.
>
> This would all be fine, except that I'm deploying the server to run
> locally on the user's box, and needless to say, the popups are
> annoying. I've search everything I'm clever enough to understand and
> can't find a way to get the external commands to run in the
> 'background'. All of the input and output of the commands have been
> redirected, any shell command causes this behavious, and in all other
> respects it all seems to work great.
>
> Any ideas?
>
> Thank you very very much for the time.
>
> Tony
Leslie Hoare Guest



Reply With Quote

