• Archive for September, 2006

    Using User-Defined Varibles in MySQL

    by  • September 28, 2006 • MySQL

    Tweet Cast the first stone he who never made a mistake modeling a database! Every now and then in your career you will be face to face with a problem like this: due to the nature of a table’s data you created a table without a primary key, or using a composed key. So...

    Read more →

    strtotime() – is it useful?

    by  • September 15, 2006 • PHP

    Tweet Every now and then I get e-mails with questions that ask “How can I add X days to a given date?”, “How can I figure the day that corresponds to next thursday?”, and others along the same line. It scares me when I see replies that include enormous codes that execute innumerous function...

    Read more →