mt datatable is show a error like
mt datatable is show a error like
<b>Parse error</b>: parse error, expecting T_CONSTANT_ENCAPSED_STRING' or
'('' in <b>C:\xampp\htdocs\h3\php\table.jobcard.php</b> on line <b>12</b><br />
but this line is not any error
// DataTables PHP library and database connection
include( "lib/DataTables.php" );
use
DataTables\Editor,
DataTables\Editor\Field,
DataTables\Editor\Format,
DataTables\Editor\Join,
DataTables\Editor\Upload,
DataTables\Editor\Validate;
plz help me my datatable not show my database record nd also not add new record
Answers
That is a PHP error in your own code. There's nothing DataTables can do about it. You say there is no error on line 12, but without seeing your code I wouldn't know.