Re: [PHP] displaying result problem

2006-05-15 Thread Richard Lynch
On Fri, May 12, 2006 6:33 am, adi zebic wrote: > I have little problem while displaying a result from one simple > querry. > If i insert values into mysql DB in following order (12, 3, 14, 4 ) > I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same > with > letters - dcba -> abcd etc

Re: [PHP] displaying result problem

2006-05-12 Thread chris smith
On 5/12/06, adi zebic <[EMAIL PROTECTED]> wrote: Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba -> abcd etc) I

Re: [PHP] displaying result problem

2006-05-12 Thread tedd
At 1:33 PM +0200 5/12/06, adi zebic wrote: Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba -> abcd etc) I would

[PHP] displaying result problem

2006-05-12 Thread adi zebic
Hi, I have little problem while displaying a result from one simple querry. If i insert values into mysql DB in following order (12, 3, 14, 4 ) I allways have ( 12, 14, 3, 4 ) displaying when query the DB. (same with letters - dcba -> abcd etc) I would like to be able to display the data like th