I am new here and also new to php . I need a simple page that can be edited or added new line to
tables.
I need a table with 3 columns and 3 textboxes with save button on top of the page and one textbox to select the exe.
on the end of every column there must be a edit button so any user can edit the entry data on this columns. When user adds data on the 3 textboxes and click on add it must add this new data to a new row .
If user clicks on any of the columns php must read the first cell and execute the selected exe with the command : "software.exe" -Connect:192.168.2.1
Thats how it should look my page in picture :

ANy help whould be great


