Well I am hoping to retrive data from an SQL database to present a webpage,,,,but the webpage also has an embedded applet which needs some of the data from the SQL.
So going via PHP means that I can prepare the html presentation according to the SQL data,,, but also add some parameter tags for the applet to read.
This is not a problem, but getting the data to feed back in the opposite direction again (i.e. applet to PHP) is being a problem for me.
Do you know of any way I can achieve this by getting the applet to submit a form to the action.php file?
Cheers for your help,
James.