Posted on 11 November 2008 by LizzyFin
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!This week I needed to make a form where the user needed to enter two dates in order to produce a report with the selected start and end dates. What were my options?
I considered writing my own php script [...]
Filed under: CSS, Software, mysql, php
No Comments »
Posted on 7 October 2008 by LizzyFin
Sometimes the simple things evade us when we’re caught up in the details. Thank goodness for manuals.
It turns outs that the numeric type that you select for your database variables matters greatly - DUH!
I had an occurrence last week where a client entered values over 200 in a form, yet when the numbers were stored [...]
Filed under: mysql, php
No Comments »
Posted on 1 May 2008 by LizzyFin
A client needed to have several reports created that indicate the various training sessions and certifications that each member has achieved. Producing the reports required collating data from several mysql tables and that made the queries a little complex.
SELECT statements were used for the most part which combined data from up to nine different mysql [...]
Filed under: mysql, php
No Comments »