Hi there
I did copy completely
https://paramquery.com/pro/demos/editing_batch demo script and PHP file
I can listing well in my pc and my server but update/delete/add action not working
Client side works but mysql DB table not modified... code is same (just optimized my server)
Please help me
this is My produtcs table in my mysql DB
CREATE TABLE `products` (
`productid` int(11) NOT NULL,
`productname` varchar(255) DEFAULT NULL,
`QuantityPerUnit` tinyint(3) DEFAULT NULL,
`UnitPrice` tinyint(3) DEFAULT NULL,
`UnitsInStock` tinyint(3) DEFAULT NULL,
`Discontinued` varchar(13) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Please help me~~~
I can't update and delete in my physical mysql DB...