Great
thank you, that has worked a treat. I have got it displaying now.
1 more thing though, i know how to get the rows to order in date order newest at the top but how do i get it to display in date and time order but without displaying the time?
my select query is:
$query = "SELECT id, name, email, web, DATE_FORMAT(date,'%D %M %Y') as date FROM users ORDER by date DESC";
Thanks again