PHP and Java applets

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
subhash_garai
Forum Newbie
Posts: 12
Joined: Mon Mar 27, 2006 8:09 am

PHP and Java applets

Post by subhash_garai »

hello friends can u puple help me to know about the use of JavaApplet in our PHP pograms?
if anybody know about this then please let me know how i can implement this.
Thanx to all of u
User avatar
tasteslikepurple
Forum Commoner
Posts: 46
Joined: Thu Jan 26, 2006 3:38 am
Location: Bath, UK

Post by tasteslikepurple »

do you mean that you want an applet in the html? if so, just do it the same way as normal

Code: Select all

<applet code="AppletClassName.class"  width="123" height="456">
</applet>
Post Reply