After part 1 is completed, the next step is to create a dynamic menu and dashboard page on adminLTE Framework. Before I started, make sure you have read the Tutorial Build PHP Point Of Sale With PDO, MySQL And Jquery Part 1 to follow this article ...
pdo
How To Back Up The Entire MySql Database with PHP
Have you experienced data loss because the database was never backed up? yes, I just experienced because my hard drive has been damaged. From this experience, I am trying to make a short script to back up the entire MySQL database in bulk. If you ...
Create Dynamic Sidebar Multilevel Menu in AdminLTE with MySQL ,PHP and PDO
Creating dynamic sidebar menu on adminLTE using MySQL, PHP, and PDO. Continuing my previous article Creating Dynamic sidebar menu with Mysql and AdminLTE Bootstrap Template. There are still many visitors who ask about the script. Here I will share a ...
Tutorial PHP Class For Simple CRUD with PDO For Beginners
Seegatesite.com - Step by step tutorial create php class for simple CRUD with PDO. using PDO in PHP turned out to be much easier and simpler than with mysql extention. Starting from PHP5 upgrade to Php7, requires me to learn more about the PHP PDO ...
Please Attention! Ubuntu 16.04 Xenial Xerus Does Not Support PHP5
Seegatesite.com - If you use mysql_connect command at your PHP application, in advance you should delay your desire to upgrade your Ubuntu OS to 16.04 xenial xerus. It happened to me when upgrading my Ubuntu 14.04 LTS to 16.04 LTS, what happened? ...
Connect Bootstrap Login Form and Mysql with PDO
Lately I playing around with the bootstrap framework. I will share how to create simple login form with bootstrap and connect it with mysql using PDO. Bootstrap has an elegant look. combined with ajax and jquery , will make your application run ...