Re: [PHP] RE:php and java applets

2004-05-25 Thread raditha dissanayake
Ben Ford wrote: This is straight from the http://java.sun.com/applets/ web page: " When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). " I have had one

[PHP] RE:php and java applets

2004-05-25 Thread Ben Ford
This is straight from the http://java.sun.com/applets/ web page: " When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). " Java Applets cannot connect to th

Re: [PHP] RE:php and java applets

2004-05-25 Thread raditha dissanayake
Ben Ford - Bio-Logic Aqua Technologies wrote: Java Applets cannot connect to the same host they were loaded from. They run on the client machine as a local program. I know this because I attempted to run an applet and have it connect to a mysql server the lived on the web server. Small clarif

[PHP] RE:php and java applets

2004-05-25 Thread Ben Ford - Bio-Logic Aqua Technologies
Java Applets cannot connect to the same host they were loaded from. They run on the client machine as a local program. I know this because I attempted to run an applet and have it connect to a mysql server the lived on the web server. It couldn't connect using localhost as the domain name of