php-general | 2000071
Date: 07/07/00
- Next message: Matthew Leverton: "Re: [PHP] assign value to var"
- Previous message: n e T b r a i n: "[PHP] assign value to var"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> Does anyone know how I can call an existing C/C++ api from within
>> a PHP script? I heard that there's a way for ASP to do it thru ISAPI dll.
>>
>> Coming from any angle, can a PHP script access an api
>> sitting in another Apache module?
>Isn't it the same as doing an "exec(executable.cpp)" in PHP?
>Before doing
>this I think you need to make it executable by others.
>
>- Bernie
I don't think exec() is for executing a C++ function, let alone a C++ file.
exec() is for executing a compiled binary program.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Matthew Leverton: "Re: [PHP] assign value to var"
- Previous message: n e T b r a i n: "[PHP] assign value to var"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

