I have this query to select the date from my table... SELECT DATE_FORMAT(date1, '%W %M %Y') FROM table
How do I know what name mysql_fetch_array assigned to the date_format ?
I have this query to select the date from my table... SELECT DATE_FORMAT(date1, '%W %M %Y') FROM table
How do I know what name mysql_fetch_array assigned to the date_format ?