Create php MVC app. Create database

Create php MVC app. Create database Home » Posts Tagged "php" In last lesson we began to create our PHP MVC application. Today we will create database with phpmyadmin using. Our database will be consist of 5 tables: roles users orders products...

Cookie and SQL injections

Cookie and SQL injections Home » Tutorials » Category: "PHP" In this lesson we’ll consider COOKIE, which is similar with SESSIONS. Also we’ll discuss problem with safety – SQL injections. COOKIE is similar with...

Build CRUD Application PHP & Mysql. Edit and sava data

Build CRUD Application PHP & Mysql. Edit and sava data Home » Posts Tagged "php" We continue to build our php+mysql applicaiton. Today we will realize opportunity for editing and saving data to database. First of all you need understand, how we make...

Build CRUD Application PHP & Mysql. Intro to PDO

Build CRUD Application PHP & Mysql. Intro to PDO Home » Posts Tagged "mysql" Today we’ll continue to create our first web app, write function for getting data with php pdo and print this data. First of all we’ll consider why code from last...

Build CRUD Application PHP & Mysql

Build CRUD Application PHP & Mysql Home » Posts Tagged "mysql" Starting from today lesson we will begin to build simplest web application with php and mysql. It will be use sport database, which we created last lessons. Today we’ll define...

MySQL. Links between tables. JOIN operator

MySQL. Links between tables. JOIN operator Home » Tutorials » Category: "MySQL tuts" In last lesson we created “sport” database and added three tables (countries, sports and teams). Furthermore we created links between...

MySQL. Links between tables. Foreign keys

MySQL. Links between tables. Foreign keys Home » Tutorials » Category: "MySQL tuts" In this lesson we will consider links between tables, types these links and foreign keys. Links between tables need for quickly getting data....

Pin It on Pinterest