Yesterday's project was to write a PHP script to list all 400 of my videos (DVDs) and eBooks, with a FB and TW share button to do its duty for each.

Today's project was to get the bit.ly API set up, and a PHP script working to use the biy.ly API to shorten my URLs before sending to FB and TW, and to store and recall bit.ly shortened URLs in/from an SQL table.

As usual, finding how-to things on Google took 2-3 times longer than need be, by usually encountering a bad method, or an outdated method, first. Or some know-it-all airhead who leaves out some steps, supposing that you know that there is a first step(s).

I didn't run the script to put all 400 bit.ly shortened URLs in the SQL table all at once. I do each via a click when needed.