Tidbit Tuesday on PHP: Simple MySQL Database Insert Function

This builds on a function I did last week: db_query(). You can send any array straight to a MySQL database and it’ll even check to make sure the column actually exists.  Oh, and it returns the id of the record you just added in case you needed it.

<?php
function db_array_insert($cfg_array, $table, $array) {
. . . → Read More: Tidbit Tuesday on PHP: Simple MySQL Database Insert Function

Tidbit Tuesday on PHP: Holiday Notices for Business Sites

This is a handy script for managing an out of office message on your website.  I find this very useful on business websites when you’re tired of making that one little change to let people know when the office will be shut down.  With about 15 minutes of extra work, you only need to do it . . . → Read More: Tidbit Tuesday on PHP: Holiday Notices for Business Sites

Sponsor:

SponsoredTweets referral badge