I am learning to build a web application based on graph theory(Linked-In) kinda thing. So as I thought of considering PHP for getting the inputs from user via web page and using C for internal programming like adding,deleting vertex, edge to/from the graph with the help of C structures and various algorithms. So I need to know how to use C code to drive my functions while I use ASP or PHP for handling webpage.
I wish to use C preferably.
Using Xampp 1.7.4 on Windows7