I was wondering if what does "&" and "$" in this code means "&$var1. Could anyone answer this?
Hard problem : I have a java applet that simulates a paint application, it can let users draw circles, rectangles and any other shapes. (Like a paintshop) Now the problem is how can I get the image from the running applet and pass it to php so that php can upload the image to a folder.
My plan: The java applet will encode the captured image into jpeg format and then stream it to php for upload. There would be a form that would be asking for the filename and a button called "upload".
How can I do this??
Can you give me a code??
Can php communicate with java applet?? If yes, HOW???
Pls. help me..... I really need answers.......😕 😕 😕