Heya. Does anyone know how to invert this (to make the order reverse, so that it shows in decending order, not ascending):
| Code: |
| $sql = "SELECT * FROM messaging WHERE to_user='$curruser2' order by msg_id"; |
