Php & mysqli in urdu

9

Click here to load reader

Transcript of Php & mysqli in urdu

Page 1: Php & mysqli in urdu

PHP & MySQLi in Urdu/HindiA complete guide to PHP & MySQLi with OOP

concept explained in Urdu/Hindi.

Created by:

www.onlineustaad.com

Page 2: Php & mysqli in urdu

What is PHP?

PHP stands for “Hyper Text Pre-Processer”

PHP is a Server Side Scripting

Language

PHP is a web programming language

PHP is used to create web

applications

PHP is used to create dynamic

websites

Created by:

www.onlineustaad.com

Page 3: Php & mysqli in urdu

What is MySQLi?

MySQLi is a Database Management

System

MySQLi is an improved version of MySQL

MySQLi is used to store text information

MySQLi is used to create databases &

tables

Created by:

www.onlineustaad.com

Page 4: Php & mysqli in urdu

What is a Server?

A server also called “Web Server” is a

place where we have built-in libraries

& other important components in order

to run our website on the web.

A server is a place where we

install/upload our

files/folders/directories in order to

display them on WWW or World Wide

Web.

Created by:

www.onlineustaad.com

Page 5: Php & mysqli in urdu

Web Server

1. File Server

2. Database Server

3. Domain Name Connectivity

Created by:

www.onlineustaad.com

Page 6: Php & mysqli in urdu

Created by:

www.onlineustaad.com

Page 7: Php & mysqli in urdu

Tools we’ll use in this course:

PHP

MySQLi

HTML5

CSS3

JavaScript

XAMPP

Notepad++

Created by:

www.onlineustaad.com

Page 8: Php & mysqli in urdu

Outline of the course

1. Installing Tools

2. Basic PHP Syntax

3. Echo & Print

4. Local Variables

5. Global Variables

6. Arrays

7. Data Types

8. If & else Statements

9. Loops

10. Functions

1. Include & Require

2. GET & POST

3. SESSIONS

4. Cookies

5. PHP Mail

6. PHP Filters

7. PHP File Handling

8. PHP Errors

9. Image Upload

10. Special Commands

Created by:

www.onlineustaad.com

Page 9: Php & mysqli in urdu

Outline of the Course

1. MySQLi

Introduction

2. MySQLi

Connection

3. Create DB/Table

4. Insert Data into Table

5. Select Data From Table

6. Delete Data from Table

7. Update Data in

Table

8. Data by order

9. MySQLi Where

1. A simple calculator

2. A simple converter

3. A Registration Form

4. A Voting System

5. Introduction to OOP

Created by:

www.onlineustaad.com