/c-php-intercommunication

helps to send data between c-program and php script

Primary LanguageCApache License 2.0Apache-2.0

c-php-intercommunication

helps to send data between c-program and php script

step 1 -> compile the c-php.c program
$$ cc c-php.c
$$ ./a.out 5000 (5000 is a port number)

screenshot 18

step 2 -> run browser with '127.0.0.1:5000' to check server response screenshot 19

step 3 -> start apache server and run 'send.php' screenshot 20