Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Nigel Wade Newsgroups: comp.lang.java.programmer Subject: Re: Designing Java applets to work with PHP server scripts Date: Thu, 12 Jul 2012 14:58:56 +0100 Lines: 13 Message-ID: References: <4071bbb1-3c3e-4737-a79f-161c1e5a36cb@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net Ansc/+Sg8jUQYvtwHdY5KAObPm8WIuEX8aQgLTI0jBrTSe0bGdcYHwtz+lpYmunc3l Cancel-Lock: sha1:OOmrwCc1m8wzm1HVRakIEZ9z2cI= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120421 Thunderbird/12.0 In-Reply-To: <4071bbb1-3c3e-4737-a79f-161c1e5a36cb@googlegroups.com> Xref: csiph.com comp.lang.java.programmer:15979 On 10/07/12 23:42, K.J. Williams wrote: > I want to know, in general, how easy is it to design a Java applet to work with PHP for use on the internet? > 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? -- Nigel Wade