Hi Friends,
I am creating a applet and thru it, I am posting data to a php3 file using get method.
I requirement is that, I require to check whether the call to the php3 file is being made to that particular applet.
Can someone please help as to how can I identify the connection.
From the applet side I am using a URLConnection class and opening the connection using the function openConnection().
Pleasae help me.