Skip to content

Kartikvk1996/c-php-intercommunication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

helps to send data between c-program and php script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published