date Archive
22 Jan 2013
getting the week commencing date and week number using PHP
Using php’s date function you can get all sorts of date combinations including finding the week commencing date for any date. The following function takes a date and returns the previous Monday’s date. [crayon-519bd29f3fe53/] Using this function
15 Jan 2013
PHP adding multiple times together
By David Carr On 15 January 2013 In Development
working with dates and times can be tricky unless you use some handy built in functions, I found myself needing to do a few different time calculations that had me stumped for awhile (head down in shame!).
4 May 2011
Sending dynamic data to server and back in flash
By David Carr On 4 May 2011 In Flash
This tutorial shows you how to send data from flash to php then change the data and send back to flash using LoadVars.