Skip to content

If statement to replace something in ECHO

How would I replace $rows[1] all the way on the bottom with my if statement? I’m currently trying to bind icons to my sql result. I’ve got about 100 cases and I don’t think this if statement would be very effective either, but nevertheless I want to understand how I would even implement addi…