My First App Tutorial

Hello,

I followed the my first app tutorial to the letter and have compared my file and the demo files provided and yet there is still a major issue with the data not updating to the grid from the form.

I can add and delete rows correctly and they are added and removed from the database yet I cannot get data from the form into the grid or the database. Please help.

Attached is my apps files minus any secure data.
subbies.zip (1.34 MB)

Try to load data/timesheets.php directly in a browser.
Does it shows any meaningful response ?

If not, try to enable log for the connector and check the log file.
docs.dhtmlx.com/connector__php__ … idelogging
( add $conn->enable_log before $conn->render_table )