Stupid EZ Question (Tables)
I'm doing a "fun facts" app -- and want to save the user's favorites
So i've loaded the facts into a table, and simple have two columns:
FACT | FAVORITE
when someone selects a favorite, i change the value from 0 to 1
I display the facts randomly, and that works great,
but how do i only display their favorites (ie. table entries where column 2 is valued at 1)
THANKS IN ADVANCE.
So i've loaded the facts into a table, and simple have two columns:
FACT | FAVORITE
when someone selects a favorite, i change the value from 0 to 1
I display the facts randomly, and that works great,
but how do i only display their favorites (ie. table entries where column 2 is valued at 1)
THANKS IN ADVANCE.
Comments