i know this is a noob question but please bear with me,
i am trying to display a single cell value from a table.
the table is named game-ships and contains fields populated with users info such as;
ship_id , ship_name, login_id , login_name , clan_id , location
stuff like that.
i need to find out where a given users ships are, i cant do this with an array i need to display single values on boxes.
something in the lines of
display a particular user's ships and locations in a way that would be....
display user's ships || display user's ships location,
preferably with a link but its fine without.
This information is to be displayed in small boxes on top of the user's screen thats why i need separate boxes.
Thank you for reading this message and helping.
