I know this can be done in perl, and since the way the languages work (the interpreters themselves are C applications, thus the interpreters are examples of C executables that can parse PHP/Perl) are similar, I assume that it's possible to do it with PHP also. However, the way PHP's source is laid out is not at all like Perl's, and PHP doesn't come with handy functions meant for parsing from C. I think that Perl is closer to C than PHP is, but there has got to be a way for this to work. Does anyone have any ideas?