On 25 October 2010 16:31, Yoganandam Goteti <g...@anaggha.com> 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.

To run C code in web server you dont need to convert to PHP  to do
that. You can do that via cgi scripting. Where it directly supports
your code to be run in native language. Apache httpd server comes with
mod_cgi. So most likely you have cgi enabled web server. So just
configure it properly and enjoy without needing to rewite the code in
another language.

--ashwin
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to