Forum: MS SQL Dec 9th, 2006 |
| Replies: 3 Views: 3,350 Valid theoretical question (I think it will error with overflow), but do you practically think you'll get there? bigint can go up to 9,223,372,036,854,775,807
That's pretty big... Just to try and... |
Forum: PHP Oct 29th, 2006 |
| Replies: 6 Views: 8,378 yup, either way is probably fine -- whichever way works.. I can't see any benefits of doing it one way or the other |
Forum: PHP Oct 28th, 2006 |
| Replies: 6 Views: 8,378 check out php's array_values function, which will essentially reindex the arrays |
Forum: PHP Oct 3rd, 2006 |
| Replies: 6 Views: 5,602 If you wanted to use php functions to do the validation (say against database entries and such), then you might want to consider using an ajax library such as xajax, and make it look spiffy using... |