Hi,
I have a table in DB with following fields:
1) img_id
2) img_name
3) is_accept (1 show the image || 0 do not show it).
I want to create a navigation var:
<Prev Next>
for images.
if image (is_accept == 0) continue to second image.
any code please😕