PCHomepage
Programmer
I'm not sure where to post this. I've inherited a PHP application that was done in C (I have no idea what flavor) which, when compiled, creates a binary file containing the HTML and PHP. I'm not sure why it was done that way but, as I am totally unfamiliar with C, I would like to run a command that does everything like compiling it does except that it outputs to text rather than binary (the compiler is gcc in case it helps). Any ideas about how can that be done?