Project Description:
Hi, I need someone to build a one php page to query a MySQL database and show the values from the tables in 2 datagrids with checkboxes for each value. A user will check the values from the tables and click a submit button. Once submit is pressed the page will format a string which will call an executable adding the values selected from the grid as parameters. The string will need to be formatted as follows:
1. C:\Path\Exe_name "User_Name" "Parameter1"
2. C:\Path\Exe_name "User_Name" "Parameter2"
3. C:\Path\Exe_name "User_Name" "Parameter3"
Only one user name may be processed per selection (from the left), however multi parameters can be selected (from the right). See attachment for basic draft design. The datagrids must also have scroll bars to list all values.