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...

Form validation server side

Form validation server side Home » Tutorials » Category: "PHP" Today we’ll consider data validation on server side with build-in php functions. Any html form is potential danger for your project because of information from this...

Submit form to php

Submit form to php Home » Tutorials » Category: "PHP" In this lesson you will learn how to submit form to php. Each of you were registering on sites, entering login and password and so on. After this lesson you can submit any data to...

User-Defined PHP Functions

User-Defined PHP Functions Home » Tutorials » Category: "PHP" In this lesson we shortly will consider writing custom functions. Who watched this lesson, you wouldn’t know something new. But this lesson needs because very soon we...

PHP array sorting

PHP array sorting Home » Tutorials » Category: "PHP" (Page 2) In this video we will shortly consider array sorting in php. Array sorting is very important. In php there are a lot of functions for sorting arrays. They satisfy all needs...

PHP loops

PHP loops Home » Tutorials » Category: "PHP" (Page 2) In this lesson we will consider basics of php again, namely loops in php. A lot of this you have already known from appropriate lesson in javascript. We will consider for, while,...

PHP. Conditional Operators

PHP. Conditional Operators Home » Tutorials » Category: "PHP" (Page 2) Today we will consider conditional operators if, if…else, if…elseif…else. A lot of this you may know from javascript. If..else also has got short...

PHP. Passing by reference

PHP. Passing by reference Home » Tutorials » Category: "PHP" (Page 2) In this lesson we will discuss value of variables by reference (hard and symbolic links), and data types in php. I will write code in netbeans ide (integrated...

PHP. Hosting. Variables. Print data.

PHP. Hosting. Variables. Print data. Home » Tutorials » Category: "PHP" (Page 2) In last lesson we began learning php. In this lesson we’ll talk about variables, how to declare variables in php. But first of all I’ll talk...

Pin It on Pinterest