i would like to do something like this sql syntax
SELECT * (DATE_FORMAT(date_posted, '%e-%m-%Y')AS date_posted) FROM post WHERE postid='".$_GET['post_id']."'
i want to recieve all the fields and format the date contemporary!
It worked, thank you!