Re: [PHP-WIN] Re: Calling DLL from PHP

2002-09-18 Thread Brian 'Bex' Huff
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

Re: [PHP-WIN] Re: Calling DLL from PHP

2002-09-17 Thread Pozzer Franco
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

[PHP-WIN] Re: Calling DLL from PHP

2002-09-10 Thread Brian 'Bex' Huff
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.

Re: [PHP-WIN] Re: Calling DLL from PHP script

2002-09-10 Thread Luis Moreira
> 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

[PHP-WIN] Re: Calling DLL from PHP script

2002-09-10 Thread Pozzer Franco
> > 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