0

I want to know the best way to implement a functionality, i.e., dynamic generation of web form on the client side by the user on my PHP web application? Also is there any readymade code or any API availale for it? Drag n Drop interface would be icing on the cake.

6nagi9
  • 534
  • 2
  • 7
  • 23
  • 1
    You could try jquery http://jqueryui.com/demos/draggable/ with `ajax` to post the result to you php script – Sparkup Jun 12 '11 at 06:05
  • ok, that given. now how to implement this functionality in the least complicated way. can you shed some light on it? – 6nagi9 Jun 12 '11 at 06:24
  • 1
    It's explained in detail here : http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/ – Sparkup Jun 12 '11 at 06:31

1 Answers1

1

You could try jquery draggable with ajax to post the result to you php script. It's explained in detail here.

Sparkup
  • 3,686
  • 2
  • 36
  • 50