Tutorials

Intro to angular js

In this lesson we will begin to learn angular javascript framework. In our time there are a lot of javascript frameworks. Now there are three major frameworks: angular js, react js and vue js Now angular is supported by Google. React js is facebook product. Now let's...

read more

Cookie and SQL injections

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 SESSIONS. You can store any data of application in cookie. But what is difference between cookie and session? Cookie...

read more

PHP sessions

Today we will discuss sessions in php. It helps browser to identify user in different pages. We will apply session in our web application. First of all we call session_start function, which starts session. It is very important, that this function must be called before...

read more

Build CRUD Application PHP & Mysql. Intro to PDO

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 lesson is excess. Try...catch block will print error. But if you wont' use try...catch in this situation...

read more

Pin It on Pinterest