Re: how to create bigint ?

2009-03-13 Thread Ozan Onay
As Karen pointed out, you should consider a phone number to be a string, not an integer. Integers are there to do mathematical operations on, which I can't imagine you requiring for a phone number (what's the relevance of my phone no. + 5?). Also anything that you would want to do with a phone num

Re: what type of data structure should I use?

2009-01-07 Thread Ozan Onay
There's no need to keep selecting from the DB and refreshing the page. You can re-sort the list client-side on AJAX response (with jQuery, for instance). The tablesorter plugin (http://tablesorter.com/docs/) is not exactly what you're looking for but will give you an idea of how to sort client-sid