How to call a function inside the C file from PHP script. Also can i pass an argument from PHP script to the C file to be processed and call that argument back to my PHP script. For this matter, is passthru mathod useful? or any other ways to do it.