Everyone can make a CMS app
Mama is working
WordPress, the most popular CMS

Displaying items by tag:MySQl tutorial

Tuesday, 08 December 2020 16:05

Tools to manage MySQL

Tools to manage MySQL - Intro

In most CMS' and frameworks we are using MySQL database. There are some tools that facilitate the management of the database.

In this lesson, I am going to present the most popular:

WordPress has also some plugins that are able to manage the database from within the Dashboard.

 

 

Tools to manage MySQL - CLI & WorKbench

MySQL  Workbench:    It is a GUI that manages  the database (it is a native app of MySQL)

 

MySQL CLI: It is the Command Line Interface

 

 

Tools to manage MySQL - phpMYadmin

 The phpMYadmin is the most popular GUI to manage the database. XAMPP and other packages are using it.

 

Tools to manage MySQL - HeidiSQL

HeidiSQL is another good alternative.

 

Tools to manage MySQL - WordPress

There are some WordPress plugins for this task, like:

WP-DBManager

Published in Databases
Sunday, 06 December 2020 16:22

PHP Tutorial (& MySQL)

Hey gang, in this first PHP tutorial (with MySQL) I'll explain exactly why I'm creating this series as well as what you'll be making / learning as we progress. PHP is a server-side scripting language which can be used to create dynamic websites and is used all over the web today.
Published in PHP
 
 
How to learn PHP and MySQL with Practical full Project
Published in PHP
 
 
 
Here i am using PHP, HTML, CSS, JAVASCRIPT, AJAX, MYSQL etc.
Features :
In the admin part------ -Login -Admin can handle all users(Enable/Disable/Remove). -Add & Remove Questions -VIew Questions List -Logout
In the Students part --------------- -SignUp -Login -Attend Exam -View marks -Finally view Right Answers---------- -Logout
Published in PHP

Project: This is a Responsive Online Blogging Site using PHP/MySQL that I did in my previous years as a project to my client for his Thesis/Capstone Project. I may say that this is responsive because has a lot of features such as calculating the views coming from the guests, embedded a map, and many more features. Download source code here: https://www.campcodes.com/projects/ph...

 

From SerBermz

 

Published in PHP