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

Code on process.php which Process a Form on Another Page

/*
Set ‘name’ and
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

PHP Below on a Could be Found on a process.php File that Processes a Form

/*

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

How to Connect to a MySQL Database with PHP and MySQL

In the new-connection.php file provided by Coding Dojo
Read more…

To Top ↑