BlogHide Resteemsbriels (25)in mysql • 4 years agoSimple mathematical operations in MySQL queryMySQL makes it easy to return the result of simple calculations within the query itself, something as simple as adding a couple of columns together. Take a table (for the sake of simplicity it can…briels (25)in php • 4 years agoGenerating a list of dates with PHPEver needed an easy way to generate an array of dates? This is a PHP function which takes two dates as input, and returns an array off all dates between them, inclusive. The input dates are in the…