I have a simple question. On my database lets say i have a field for Repeat (int) and on my website form i have assign the values:
0 = no repeat
1 = repeat daily
2 = repeat weekly
so when a user choose no repeat my database displays on the field 0 but i want to displays the results on my website by “no repeat” instead of " 0 ". Can someone advise me?
Are you getting any errors? is it displaying something wrong? I’m no expert but I can’t imagine why it wouldn’t work, can you post all of the corresponding code in its most current state as well as any errors or any output you are seeing.