0
Hi , can we use c++ with php and HTML
for creat a program
1 Answer
+ 1
I've never done this before, but I believe you can compile a C++ program on the server and invoke it with PHP.
However, I would highly recommend against it. Only do this if you have a very good reason. If you need more speed, try NodeJS or Golang.