How can I get c file to work with php?
How about a lil detail?
For a cart project. TO display the users mac address on his screen.
Find mac.c attached
You will have to compile the C program and use system() or exec() to execute the binary, assuming that it gets the MAC remotely.
HalfaBee