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
PHP and Java applets
Moderator: General Moderators
- tasteslikepurple
- Forum Commoner
- Posts: 46
- Joined: Thu Jan 26, 2006 3:38 am
- Location: Bath, UK
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>