Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I have one table with 4 field:id_nome intnome varcharcognome varcharstatus true or false (situation)example:max smith (status) trueJane Cola (status) falseI want see only max smith and all record true.I have one question. What is the code for to view in list page only the record when status is true?Best regardsMassimo
Massimo,add where clause to the SQL query on the Edit SQL query tab for this purpose.Here is a sample:
select id_nome,
Thanks so many, six an angel, and this forum is excellent together with phprunner.