tboss132
02-07-2005, 04:37 PM
Hi Guys,
I have a table in my database which have true/false values. I want to read a set of values and store them in an array if true. After i do that i'll display them on a page. The reason i want to use an array is that i want to seperate each of the values with commas and end with a full stop and with an array, i can easily do that.
No i'm not sure of the size of the array because i don't know how many values in the database have a value of true. Is there a way to have an array without knowing how many values it will contain?
Thanks.
I have a table in my database which have true/false values. I want to read a set of values and store them in an array if true. After i do that i'll display them on a page. The reason i want to use an array is that i want to seperate each of the values with commas and end with a full stop and with an array, i can easily do that.
No i'm not sure of the size of the array because i don't know how many values in the database have a value of true. Is there a way to have an array without knowing how many values it will contain?
Thanks.