I have a simple project from handsontable PHP Demo. I am trying to test it on Server2Go. Everything is working fine except saving the data to database.
The save.php file is as it is in https://github.com/handsontable/handsontable/blob/master/demo/php/save.php4
The database connection is OK as the data is displaying properly and the Reset is also working fine.
Please help!