On Mon, Oct 25, 2010 at 4:31 PM, Yoganandam Goteti <[email protected]> wrote:
> Hi, > > I have code written in c way back in mid 90's I want to run this > executable over a web server and hence I want to convert the same into > php. To rewrite the same all over again would be very challenging. I was > wondering if there is any tool to convert the same to php /java with > minimum tinkering with the logic. > > GY > Hi GY, If you know C, It is very easy to convert it into php extension. I recommended you to go through this document. Extension Writing Part I: Introduction to PHP and Zend http://devzone.zend.com/article/1021 Thanks & Rg Mohan L _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
