Find numbers between 1 and 10
Posted: Mon Oct 16, 2006 2:04 pm
Hello,
I'm currently working on a project that requires me to do the following:
- Find the numbers between any two given integers between 1 and 365 (i.e: 1 and 9, should echo 1,2,3,4,5,6,7,8,9) I'm not exactly sure how these integer should be stored (array, etc.) But they need to be written to an SQL database, I was thinking a for loop, but I'm not sure how to do this.
Please help,
Jeff
I'm currently working on a project that requires me to do the following:
- Find the numbers between any two given integers between 1 and 365 (i.e: 1 and 9, should echo 1,2,3,4,5,6,7,8,9) I'm not exactly sure how these integer should be stored (array, etc.) But they need to be written to an SQL database, I was thinking a for loop, but I'm not sure how to do this.
Please help,
Jeff