Click here to Skip to main content
15,918,243 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have employee, operations and machine details. i need to add them into workstations. one works station have one or more employee,operation and machine. i want to this using drag and drop option. which is the best php control to use for this task.
Posted

1 solution

I suppose you're referring to a web page, no php control is best - it's a server-side language: doesn't generally run on a workstation.

Once you've got that sorted out - look into that jQuery you refer to as related topics for its interaction with controls (HTML).

A further thought: as your question is phrased, I'd imagine you might be concerned with managing the data so as to keep each unique user's configurations separate. Is this, too, a problem?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900