How to reload datatable using php & mysql ?
How to reload datatable using php & mysql ?
hackernam
Posts: 2Questions: 0Answers: 0
My code:
<?php $con = mysql_connect("localhost","root",""); if(!$con) { die("Error:".mysql_error()); } mysql_select_db("abc",$con); $result = mysql_query("select * from product"); <?php >
?>For help with such table please check http://datatables.net/
Name | Price |
---|
This discussion has been closed.
Replies
help me please
A. I don't understand what you mean by "reload" in this context.
B. I don't see where you're initialising DataTables in your code.