On 22 Oct 2008, at 19:21, Alain Roger wrote:
i would like to know if it exists a way to create component (maybe using python, perl, or something else) to save it as DLL and to use this component
on PHP pages ?
i mean by component something like a graphical representation of a table.

this "dll" should be able to be dynamically loaded by PHP script, not by
server.

Sure. Write an extension [1] and use the dl function [2].

[1] http://jmp.li/ca
[2] http://jmp.li/cb

-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to