Blog

Archive for the MySQL Category


Convert a NOW() Value Insert by MySQL in a Different Format with PHP
Posted on June 19, 2015 in MySQL, PHP by Matt Jennings

When doing a MySQL insert statement using NOW() function, a date will be update with a similar format to …

Read more


Sample PHP and MySQL to Insert Data from a Field Field into a MySQL Database and Display It on Another Page
Posted on June 19, 2015 in MySQL, PHP by Matt Jennings

/*
Set ‘name’ and ‘quote’ input/text area session variables
if …

Read more


Snippet of How to Insert Data from a Form Field into a MySQL Database Using PHP
Posted on June 19, 2015 in MySQL, PHP by Matt Jennings

/*
Set ‘name’ and ‘quote’ input/text area session variables
if …

Read more


Using PHP How to Connect, Fetch, Display, and Insert Values from/into a MySQL Database
Posted on June 19, 2015 in MySQL, PHP by Matt Jennings

In the new-connection.php file provided by Coding Dojo which allows me to connect to a MySQL database, make …

Read more