Log in

View Full Version : Applet to PHP Code Conversion!



kaali
06-07-2007, 05:44 PM
Hello Everyone! :eek:

I want to convert the applet to php script !
URL ( applet to convert ):-
http://vega.vectracom.net/webchat

This is an applet through which we can send sms to mobile phone!

I want to convert it in to php script !

So using that script I can send sms directly to mobile !

Any information how to do it, please share ! :confused:

Or if any one has ( web to sms ) php script, please share :rolleyes:

Kaali

djr33
06-09-2007, 02:55 AM
You can't convert an applet to PHP, because the applet interacts with the user.
the best you could do is using AJAX to call php dynamically through javascript, but that's a lot of work.

You can send mail with php, and you could call that script with Java, i'd imagine.