Tag Archives: MySQL

To Do List Project: Part 6

Writing the ending time to each ToDoSlice item is more complex because we have to match to an existing record without benefit of having a unique ID to reference. Instead, we use a combination of the ToDoID index and the … Continue reading

Posted in Software | Tagged , , , , | Leave a comment

To Do List Project: Part 5

The next step is to make the back end actually write some data to a database using PHP and MySQL. This is the UpdateStartTime.php file. The startSliceAjax function that communicates with this PHP is shown below, just slightly modified from … Continue reading

Posted in Software | Tagged , , , , | Leave a comment

A Change of Direction for the Time Being

I’ve been focusing on new development and JavaScript for quite a while but need to spend more time grinding through books and online courses. I’ve been extending a PHP/MySQL/Bootstrap project for a while and need to get it finished so … Continue reading

Posted in Software | Tagged , , , | Leave a comment

Migrating WordPress Databases To More Recent Versions

I’m going to interrupt my previous project with a note on how to migrate WordPress databases to more recent versions. It turns out that all of my sites were using version 5.1 of MySQL, support for which seems to have … Continue reading

Posted in Tools and methods | Tagged , , | Leave a comment