Hi Guys Im trying to search in a textbox on my form and its value will load on the table. But I cannot get how, and also what should I use, I only know PHP and simple Javascript, Please help me. I only want to know on how can I load the the textbox values on the table.. Thank you.
<input type="text" id="txtsearch" name="txtsearch" /><br>
$load = "SELECT * from tbl b inner join item c on b.prid = c.pid itemd ='%".$TEXTBOXVALUE."%' ORDER BY datee desc";
....and codes here for displaying on the table from database...