PHP: Convert Variable To Date

Richard CummingsQuick Solutions, Technologies/Solutions, Web Consulting2 Comments

In this article, I will review how to convert a variable that represents a date to an actual MySQL date column using PHP. Dealing with dates and times in MySQL and PHP is at once fascinating and frustrating. Everybody seems to store their date information with slight variances. Thus, everyone’s solution is slightly different. So, today I will show you … Read More