Hi to all kodular users, i hope this finds you well.
I would like to ask your assistance if i could filter results base from query using parameter or any code that will be list in colintree listview. I would like to limit only results base from user input. Here is my code.
I already create an sql query on the php script to the webserver like this.
$order_id=$_POST[‘order_id’];
$sqlSelect=“select order_id,order_menu,order_qty,order_amount from tblOrderList where order_id=$order_id”;
but i don’t know how to pass the value of the textbox in kodular using the given query inside kodular, I want to filter data to be displayed in colintreelistview
There are many topics about that subject in community.
Try search by web component post.
You will send via post with Join blocos , your variable = yourtextbox.text
So ,in web.got block …