Information stored in MySQL;
A B C D E F
I just want to use A C E F fields from DATABASE / row
this would be easy if I would display information one after another like in tables, etc
but I need to use information all over the place, so I probably need to somehow store it in array, except i'm NEWBIE 🙂
one place I would put : $A[4]
another place : $C[4]
and so on...
but keep in mind that I want to display last 6 rows from database; that's why we would have $A[0], $A[1], $A[2], etc
I hope I explained this well enough...
Thanks for your help...