14.08.2016, 04:16
Use 1 table, use many rows.
Especially if it's just a random message to show to people at various times.
Then you can get the number of rows, and do random on that.
You could also do a for loop from the number of rows as well to load a list of them up in one pass.
Especially if it's just a random message to show to people at various times.
Then you can get the number of rows, and do random on that.
You could also do a for loop from the number of rows as well to load a list of them up in one pass.