Search:

Type: Posts; User: sabertooth

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,560

    Re: passing variables from java applet to php

    I was not able to connect to mysql database using jdbc driver. I guess my web hosting provider doesn't allow me to connect remotely to my mysql database.
  2. Replies
    2
    Views
    1,560

    passing variables from java applet to php

    I write a simple post from java to my php backend.
    After I run the script I am getting the output that I am passing in filename, filesize etc..




    int filesize=25;
    String...
  3. Replies
    7
    Views
    1,955

    Re: java applet to php server communication

    I know the post method would work but how to do it.
  4. Replies
    7
    Views
    1,955

    Re: java applet to php server communication

    I think POST method would be appropriate.
  5. Replies
    7
    Views
    1,955

    Re: java applet to php server communication

    The server will support only http protocol and yes I can open php socket connection on both the servers.
  6. Replies
    7
    Views
    1,955

    java applet to php server communication

    Hello everyone
    I have an japplet. I want to do the following with this applet
    Whenever a user click on a button i want to pass a variable to a php server. the server will check this value with the...
Results 1 to 6 of 7