php-general | 2000071
Date: 07/07/00
- Next message: Teodor Cimpoesu: "Re: [PHP] References to objects surviving being session_register()'ed"
- Previous message: James Purvins: "Re: [PHP] debugging and getting output from php code embedded in html"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Arthur Yeo wrote:
> All:
>
> 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?
>
> --
> Arthur
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
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
-- 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: Teodor Cimpoesu: "Re: [PHP] References to objects surviving being session_register()'ed"
- Previous message: James Purvins: "Re: [PHP] debugging and getting output from php code embedded in html"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

