Hi....I'm a student and I just started learing PHP.....I wanted to know how I could retrieve a date, which was put into the database (MYSQL), and show it on the browser....so, far this is what I have
print ("<tr><td bgcolor=#dddddd><b>Date Reviewed</b></td><td>");
print $row["vdate"];
but I believe I have to use the DATE_FORMAT, to show it in date format.
I could I implement this into the coding or is there some other way
ck