Forum Moderators: coopster

Message Too Old, No Replies

PHP and DLLs

         

jackvull

11:25 am on Nov 17, 2005 (gmt 0)

10+ Year Member



With PHP, is there a way to access functionality and code within a DLL?

coopster

12:13 pm on Nov 17, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You mean something like Program Execution Functions [php.net]?

jackvull

11:02 am on Nov 18, 2005 (gmt 0)

10+ Year Member



It's not an external program that needs to be run but a DLL. For example, the DLL might contain some validation code that could be shared between a web application (ASP, PHP) and a windows application (visual basic).

For example all names have to be validated through the shared code. So is there a way to access shared code in DLLs with PHP? I'm pretty sure it can be done with ASP.