News

In this project, we will emphasize on looking at how to interface the ESP12 NodeMCU development board with a local copy of MySQL DB using PHP, and log temperature and humidity sensor data into ...
USAGE Create a MySQL database with the following fields: (int)client_id, (varchar)user_name, (varchar)password_hash, (datetime)last_login In php/config.php, set appropriate parameters for accessing ...
After some talk in the Mac forum about new year's resolutions I got the idea of writing a web based solution to log workouts. However I'd like this to be something that more people than just me ...
Log to a MySql database in Zend Framework 2 While database logging in ZF2 maintains much the same functionality as with ZF1, there is a difference in the way "custom" database columns are handled by ...
In this guide, we will discuss how to perform DELETE, TRUNCATE, And DROP operations on a MySQL database table using PHP in XAMPP in Linux.
This guide explains how to insert data in MySQL database using PHP. We will see how to insert single and multiple records in a MySQL table.
I have an IIS6 box w/ PHP installed. One of the php pages requires a connection to a remote MySQL 5 box (same subnet, so no fw issues).With this same user on the MySQL box itself, I can connect ...
Stored procedures provide PHP programmers with pre-programmed database applications that retrieve and edit MySQL records. Stored procedures let you send parameters to the database program, so you ...