K
K.J. Williams
I want to know, in general, how easy is it to design a Java applet to work with PHP for use on the internet?
thanks
thanks
I want to know, in general, how easy is it to design a Java applet to work with PHP for use on the internet?
I want to know, in general, how easy is it to design a Java applet to work with PHP for use on the internet?
I want to know, in general, how easy is it to design a Java applet to work with PHP for use on the internet?
In what do you want an applet to "work with" PHP?
You need to be more explicit. Java applets are normally delivered from a
web server, and run client-side. PHP is a general purpose scripting
language which happens to be used on some web servers for CGI and other
server-side operations.
In what do you want an applet to "work with" PHP?
Maybe you mean have the applet send in transactions that look like CGI
forms?
Having an applet communicate with a web service is rather common.
I know it is, but that is just one rather specific instance of "server
scripts".
But in the context of "Java applet to work with PHP" it is a pretty good
fit.
I would think CGI is a far more common fit than web service.
I can not see where CGI fits in.
Running PHP via CGI instead of FastCGI or Apache module is
not related to applets.
What?
I don't understand where CGI comes in.
We know we have applet and PHP.
Where does CGI get involved?
If you use the applet to communicate with a CGI PHP script.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.