I'm working on a output from a mysql table in php.
And this is my problem:
The database contains information about a session, 1 sessions fills about 20 rows.
So each of the 20 row has a record called session_code.
On my admin pages I want to display each session but just one and not all twenty.
I've tried it whith a while loop in a while loop and with the parameter LIMIT
But it doesn't work, can somebody help?
Kind regards