PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$query = "SELECT * FROM people ORDER BY firstname";
this displays all the the results from the table but how do i Adjust this query so that the date displays in dd/mm/yyyy rather that 0000/00/00 the two date fields are : dateoflastcontact AND datecontactagain