This topic is locked

add my in page list

9/24/2021 8:41:38 PM
PHPRunner General questions
Y
yasser136 author

hello , Hope everything is well with you
my question its that
i want to add sql select in list page with where
first i have in mysql this
(SELECT list.id_list, list.agent, list.date_d, list.n_comerce, list.nom_client FROM list)
But in list page i want have only data created by the user
(SELECT list.id_list, list.agent, list.date_d, list.n_comerce, list.nom_client FROM list Where list.agent = seesion.username)
Best Regards

admin 9/27/2021

You can see a proper way of using SQL variables in the manual:
SQL variables