If your program is called "myprogram.exe", and it has a command-line
interface that you've tested and works, then you could do this:
1) put "myprogram.exe" in your system path (typically c:\winnt\system32
or something similar)
2) call it from your php code with either exec(), system(), or pas
Brian hanks for all and sorry if I trouble you again.
I ask a litle help if you wnat and if you have time for me.
thanks for this and sorry again for the trouble.
I want use a external pgm (.exe file) from my script PHP.
My env it it Win32 NT Apache 1.3.24 and PHP 4.2.1.
I have find same sa
The 'extension' option tells PHP that the dll has been compiled to be a
PHP-specific library... you should not do this if you are simply trying
to run a dll as a COM object. To do that, you need to register the COM
object as normal, and follow the instructions here (Italian):
http://www.php.
>
Sent: Tuesday, September 10, 2002 2:37 PM
Subject: [PHP-WIN] Re: Calling DLL from PHP script
> >
> > Thanks for all for read my msg and sorry if my english it is not good.
> > Thanks also for time to spend to me.
> >
> > My env it is WinNt SP6.0 Apache 1.3.24 PHP 4.2
>
> Thanks for all for read my msg and sorry if my english it is not good.
> Thanks also for time to spend to me.
>
> My env it is WinNt SP6.0 Apache 1.3.24 PHP 4.2.1.
>
> I must be use my dll. I send you a .zip file with dll.
>
> I have put the dll into the path directory of the extensions of the