PHP

Just a compiled list of links for working with PHP, MySQL, MVC and CMS.

GET and POST forms – PHP5 tutorial
PHP: The Right Way
An easy-to-read, quick reference for PHP best
practices, accepted coding standards, and links to authoritative PHP
tutorials around the Web
PHP best practices | PHP.earth
PSR-2: Coding Style Guide – PHP-FIG
We’re a group of established PHP projects whose goal is
to talk about commonalities between our projects and find ways we can
work better together.
Load Data on Drop Down Selection using PHP MySQL and Ajax | Coding Cage
How to Select and Load MySQL Records on Drop Down
Selection using PHP jQuery and Ajax, Display Data on Drop Down Select
Box change in PHP, Tutorials focused on PHP, MySQL, Ajax and More…
Creating a Dynamic Drop Down Menu using PHP and MySQLi | Coding Cage
Dynamic Dropdown menu using PHP and MySQLi, How to
Create Drop Down Menu using PHP and MySQLi, Drop Down Menu using CSS3,
tutorials focused on PHP, MySQL, Ajax, jQuery and Web Designing.
php – Dropdown List from MySQL Column using mysqli – Stack Overflow
Dynamic Drop Down with PHP and mysqli – Must Be Built
6 Steps to Create Simple Pagination Script in PHP & MySQL
Simple Pagination Script in PHP & MySQL, this
script will explain you how pagination system is created in PHP &
MySQL. Pagination is a sequence of pages to
Simple PHP Pagination Script to Handle Your Growing Data – The Code of a Ninja
PHP Pagination
PHP and MySQL tutorials, News, Downloads and Forums. Teach you step-by-step with easy simple php code
php easy :: pagination scripts set
download pagination php scripts set
Mysqli summary
php – Should I use curly brackets or concatenate variables within strings? – Stack Overflow
An efficient way to add a variable $var into a string | Codecademy
An efficient way to add a variable $var into a string
Curly braces in string in PHP – Stack Overflow
MySQLi Cheatsheet – Must Be Built
Sending Emails in PHP with PHPMailer — SitePoint
Narayan shows you how to use PHPMailer – a dead simple
email sending library for PHP. Send email from your local machine or an
SMTP relay easily!
Best Practice to Set Up Mail | Contact Form 7
SQL Quick Reference
Well organized and easy to understand Web building
tutorials with lots of examples of how to use HTML, CSS, JavaScript,
SQL, PHP, and XML.
A Working Bootstrap HTML Contact Form – Step-by-Step Tutorial
Today I would like to show you how to easily build a
working HTML contact form using a Bootstrap framework
and AJAX with PHP. You…
PHP Tutorial for Beginners: Learn in 7 Days
PHP is a server scripting language, and is a powerful
tool for making dynamic and interactive Web pages.The training is geared
to make you a PHP pro.
PHP Tutorial
Tutorial for PHP, WordPress, JQuery, Javascript, CSS
Learn PHP – Free Interactive PHP Tutorial
Learn-PHP.org is a free interactive PHP tutorial for people who want to learn PHP, fast.
Step-by-Step
PHP Tutorials for Beginners – Creating your PHP program FROM SCRATCH:
Basic Authentication, Membership and CRUD functionalities – CodeProject
PHP Tutorials for beginners; Author: Kristian Guevara;
Updated: 24 Aug 2016; Section: PHP; Chapter: Web Development; Updated:
24 Aug 2016
Object Oriented Programming in PHP
Object Oriented Programming in PHP – A simple and short PHP tutorial
Object Oriented PHP for Beginners: Page 1 – KillerPHP.com
Beginners PHP tutorial for web designers.
Filter Input-Escape Output: Security Principle and Practice | The Woodwork
Stop the sprintf() abuse in PHP – Tom Butler

MVC

How to create your own PHP MVC Framework
A Most Simple PHP MVC Beginners Tutorial | require ‘mind’
Principles Of MVC for PHP Developers HTMLgoodies
Model View Controller(MVC) In PHP Tutorial
MVC In PHP, A real world example – Tom Butler
Learn how MVC components are reusable by building a real application, a currency converter, from the ground up.
PHP Master | The MVC Pattern and PHP, Part 1
Learn the basic principles of the Model-View-Controller (MVC) pattern and see an example of the MVC pattern in PHP.
Model-View-Controller
MVC tutorial that doesn’t rely on a framework? – Stack Overflow
Simple PHP MVC Framework Example – Phpflow.com
Today we will discuss how to create MVC sample application in PHP.
A simple and easy to understand MVC skeleton application.
A simple and easy to understand MVC skeleton application. Perfect for quickly building real and clean applications. Perfect to learn how MVC works. Kevin Isaac

CMS

Build a CMS in an Afternoon with PHP and MySQL
Learn how to build a complete content management system using PHP and MySQL in just a few hours. Full code download included.
How to Add Article Categories to Your CMS
Learn how to modify a PHP and MySQL content management system to include support for article categories. Full CMS code download included.
How to Add Image Uploading to Your CMS
Build your own CMS with PHP and MySQL from scratch step by step Part-1 | Find All Together
Step by step tutorial for making your own world class secure CMS from the scratch with PHP and MySQL. Build a secure To Do application using this CMS.
Content Management System ( CMS ) using PHP and MySQL – PHP MySQL Tutorial
PHP for Beginners: Building Your First Simple CMS | CSS-Tricks
Creating a simple cms with php and mysql – PHP – The SitePoint Forums

MySQL

https://stackoverflow.com/questions/10060325/mysql-query-join-inner-join
Understanding JOINs in MySQL and Other Relational Databases
SQL JOINs are often misunderstood and one of the
biggest causes of database optimization problems. This brief tutorial
explains JOINs and their use in MySQL and other relational databases.
MySQL Cheat Sheet
MySQL cheat sheet provides you the most commonly used statements that help you practice with MySQL more effectively.
MySQL INNER JOIN By Practical Examples
In this tutorial, you will learn how to use MySQL INNER
JOIN clause to select data from multiple tables based on join
conditions.