Hey guys, I have done a basic query:

Code:

select d, f from acc where cId= $_session cd;


So far when using this query with php it displays the data in the order it was entered which is what I want but I was wondering will it always do this or will i need some form of order by? Thanks.