I have a php page where I display few images with radio buttons. On start two images are pre selected and I merge those and show the combinations. But user can choose a differen
If you want to display the data in a DIV, you can do this:
html:
javascript:
$("#myemptydiv").append(data);
php (if you are in the same file, you have to clear the buffer 1st but you should use another php file for ajax requests instead):