NZ_Kiwis wrote:Can C be converted to PHP?
All you have to do is write a program in the new language that does the same thing as the program written in the old language. If both languages are Turing-complete then this is guaranteed to be possible (modulo interactions with the outside world). So, yes. And if you don't want to do that with C, an eight-second Google search turns up implementations written in C++, Python, and Perl as well, which may give you further ideas, as might the format reference (yay, Google!). But if you don't want to do a bit of programming (and it's apparently a nasty format):
what do I need to run a C script?
A compiler, to compile it. PHP has functions for running programs.