Simon Fogg wrote: > Hi, > > I am a newcomer to PHP so I apologise in advance if my question seems > trivial or has already been answered on this site before. > > I have been tasked with creating an HTML based interface for one of our > products. We already have a mature API set used to configure the product in > the form of a Shared Library on a Mac and a dll on Windows. Is there a means > of creating an extension for PHP so that I may use these API calls within a > PHP Script? I noticed that there are already a number of extensions > available i.e. COM, XML, ODBC etc - can I not create my own extension?
Aye, you download the PHP source code and create your extention in ext/ directory. More info here: http://se.php.net/manual/en/zend.php -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php