PHP MySql Urdu Tutorial

(0 review)
Rs.4,000
View cart
PHP MySql Urdu Tutorial

PHP and MySql in Urdu is the most comprehensive Urdu Video Tutorial for absolute beginners on the net. This course is designed by keeping in view the absolute beginners. Who don’t have any prior programming experiences. It covers all the basic programming concept with PHP syntax and finally moves toward a complete project on PHP. A content management system using PHP and MySql. During the completion of this project, we will use all the concept of PHP and MySql taught during this course.

This course comprises on over 200 videos and a total duration of 20+ hours. All the concepts are taught in real simple way that anyone can grasp the concepts. So if you want to be a PHP programmer… this course is a must for you.

button

Course Features

  • Lectures 162
  • Quizzes 1
  • Duration 20 hours
  • Skill level All level
  • Language Urdu
  • Students 0
  • Assessments Self
  • Chapter 1: Introduction

  • Chapter 2: PHP Overview

  • Chapter 3: Windows Installation

  • Chapter 4: First Steps

  • Chapter 5: Exploring Data Types

  • Chapter 6: Control Structure - Logical Expressions

    • Lecture 6.1 IF Statement Locked 0m
    • Lecture 6.2 IF Else IF Locked 0m
    • Lecture 6.3 Comparison and Logical Operators Locked 0m
    • Lecture 6.4 Use of Comparison Operators Locked 0m
    • Lecture 6.5 Switch Statement Locked 0m
    • Lecture 6.6 Switch Statement Part 2 Locked 0m
  • Chapter 7: Control Structure - Loops

    • Lecture 7.1 What are While Loops Locked 0m
    • Lecture 7.2 While Loop With If Statement Locked 0m
    • Lecture 7.3 For Loops Locked 0m
    • Lecture 7.4 What is Foreach loop Locked 0m
    • Lecture 7.5 Foreach Loop Locked 0m
    • Lecture 7.6 Foreach in Associative Arrays Locked 0m
    • Lecture 7.7 Continue Statment Locked 0m
    • Lecture 7.8 Break Statement Locked 0m
    • Lecture 7.9 Loop Pointers Locked 0m
  • Chapter 8: User Defined Functions

    • Lecture 8.1 Defining a Function Locked 0m
    • Lecture 8.2 Function with Arguments Locked 0m
    • Lecture 8.3 Multiple Arguments Locked 0m
    • Lecture 8.4 Functions Returning Values Locked 0m
    • Lecture 8.5 Functions with Multiple Returns Locked 0m
    • Lecture 8.6 Using List Function for Multiple Returns Locked 0m
    • Lecture 8.7 Variable Scope Locked 0m
    • Lecture 8.8 Using Default Valueswith Functions Locked 0m
  • Chapter 9: Debugging

    • Lecture 9.1 Common Problems Locked 0m
    • Lecture 9.2 Enabling Error Reporting Locked 0m
    • Lecture 9.3 Types of Errors Locked 0m
    • Lecture 9.4 Getting Output Locked 0m
    • Lecture 9.5 Var Dump and Get Defined Vars Locked 0m
    • Lecture 9.6 Debug Backtrace Locked 0m
  • Chapter 10: Building Web Pages With PHP

    • Lecture 10.1 Links & URLs Locked 0m
    • Lecture 10.2 Super Global Array GET Locked 0m
    • Lecture 10.3 What is URL Encoding Locked 0m
    • Lecture 10.4 Using URL Encoding Function Locked 0m
    • Lecture 10.5 RawURLEncode Functions Locked 0m
    • Lecture 10.6 Including Files Locked 0m
    • Lecture 10.7 Important Points About Included Files Locked 0m
    • Lecture 10.8 Modifying Header Locked 0m
    • Lecture 10.9 Redirect Locked 0m
    • Lecture 10.10 Output Buffering Locked 0m
  • Chapter 11: Working With Forms and Forms Data

    • Lecture 11.1 Basic Form Concepts Locked 0m
    • Lecture 11.2 Creating a Basic Form with Processing Locked 0m
    • Lecture 11.3 Detecting Form Submission Locked 0m
    • Lecture 11.4 Form Detection in Smart Way Locked 0m
    • Lecture 11.5 Single Page Form Locked 0m
    • Lecture 11.6 Re-Using Form Values Locked 0m
    • Lecture 11.7 What is Data Validation Locked 0m
    • Lecture 11.8 Validating Precense, Minimum and Maximum Length Locked 0m
    • Lecture 11.9 Validating Type and Set Values Locked 0m
    • Lecture 11.10 Validating Format Locked 0m
    • Lecture 11.11 Validation Logic Error Locked 0m
    • Lecture 11.12 Comparison Problem Part 1 Locked 0m
    • Lecture 11.13 Comparison Paroblem Part 2 Locked 0m
    • Lecture 11.14 Displaying Errors in User Friendly Manner Locked 0m
    • Lecture 11.15 Converting Errors Code into Function Locked 0m
    • Lecture 11.16 Custom Validation Functions Locked 0m
    • Lecture 11.17 Custom Validation Functions Part 2 Locked 0m
    • Lecture 11.18 Putting it All Together Locked 0m
  • Chapter 12: Working With Cookies and Sessions

    • Lecture 12.1 What is COOKIE Locked 0m
    • Lecture 12.2 Creating Your First COOKIE Locked 0m
    • Lecture 12.3 Reading COOKIE Contents Locked 0m
    • Lecture 12.4 Avoiding Error of COOKIE Locked 0m
  • Chapter 13: MySql Basics

    • Lecture 13.1 MySql Introduction Locked 0m
    • Lecture 13.2 What is a Database Locked 0m
    • Lecture 13.3 What is Primary Key Locked 0m
    • Lecture 13.4 What is Foreign Key Locked 0m
    • Lecture 13.5 Concept of Index Locked 0m
    • Lecture 13.6 Using PhpMyAdmin Locked 0m
    • Lecture 13.7 What is SQL Locked 0m
    • Lecture 13.8 Creating New Database Locked 0m
    • Lecture 13.9 Selecting a Database Locked 0m
    • Lecture 13.10 Creating New User Locked 0m
    • Lecture 13.11 Confirmation of Previlleges Through SQL Statement Locked 0m
    • Lecture 13.12 Creating Table Using SQL Command Locked 0m
    • Lecture 13.13 Storing Data in Table Locked 0m
    • Lecture 13.14 What is CRUD Locked 0m
    • Lecture 13.15 Reading Data Locked 0m
    • Lecture 13.16 Sorting Results Locked 0m
    • Lecture 13.17 Using Where Clause Locked 0m
    • Lecture 13.18 Relational Tables Locked 0m
    • Lecture 13.19 Creating Second Table Locked 0m
    • Lecture 13.20 Populating Data in Pages Table Locked 0m
    • Lecture 13.21 Understanding Contents Locked 0m
    • Lecture 13.22 Using Join Locked 0m
    • Lecture 13.23 Using Alian in Join Locked 0m
  • Chapter 14: Using PHP to Access MySql

    • Lecture 14.1 Database APIs in PHP Locked 0m
    • Lecture 14.2 Connecting to MySql with PHP Part 1 Locked 0m
    • Lecture 14.3 Connecting to MySql Part 2 Locked 0m
    • Lecture 14.4 Checking Connection for Errors Locked 0m
    • Lecture 14.5 Closing Database Connection Locked 0m
    • Lecture 14.6 Assembling Query Locked 0m
    • Lecture 14.7 Checking Errors in the Query Locked 0m
    • Lecture 14.8 Using Query Data Locked 0m
    • Lecture 14.9 Releasing Query Data Locked 0m
    • Lecture 14.10 Different Ways of Using Data Locked 0m
    • Lecture 14.11 Purifying Output Locked 0m
    • Lecture 14.12 Creating Records with PHP Locked 0m
    • Lecture 14.13 Preparing for Updating Locked 0m
    • Lecture 14.14 Writing Query for Updating Records Locked 0m
    • Lecture 14.15 Confirming Updation of Records Locked 0m
    • Lecture 14.16 Deleting Records Locked 0m
    • Lecture 14.17 What is SQL injection Locked 0m
    • Lecture 14.18 Escaping String for MySql Locked 0m
    • Lecture 14.19 Using Real Escape String Function Locked 0m
  • Chapter 15: Building Content Management Systems

    • Lecture 15.1 What are We going to Build Locked 0m
    • Lecture 15.2 Blueprinting the Application Locked 0m
    • Lecture 15.3 Database Modeling Locked 0m
    • Lecture 15.4 Creating Admins Table Locked 0m
    • Lecture 15.5 Establishing Work Area Locked 0m
    • Lecture 15.6 Creating and Styling First Page Locked 0m
    • Lecture 15.7 Making Assets Re-Usable Locked 0m
    • Lecture 15.8 Creating Manage content Page Locked 0m
    • Lecture 15.9 Including Functions Files Locked 0m
    • Lecture 15.10 Creating and Attaching Database Connection Locked 0m
    • Lecture 15.11 Finalizing Manage Content Page Locked 0m
    • Lecture 15.12 Minor Improvements Locked 0m
  • Chapter 16: Using Site Navigation to Choose Contents

    • Lecture 16.1 What We Are Going To Do Locked 0m
    • Lecture 16.2 Building Query with Query for Pages Locked 0m
    • Lecture 16.3 Finalizing Second Query Locked 0m
    • Lecture 16.4 What is Code Refactoring Locked 0m
    • Lecture 16.5 Code Refactoring Part 1 Locked 0m
    • Lecture 16.6 Code Refactoring Part 2 Locked 0m
    • Lecture 16.7 Making Menu Items Clickable Locked 0m
    • Lecture 16.8 What Next.. Locked 0m
    • Lecture 16.9 Determining Which Link is Clicked Locked 0m
    • Lecture 16.10 Highlighting Selected Link Locked 0m
    • Lecture 16.11 Converting Navigation into Function Locked 0m
Awais Kamran has been in the field of IT and Teaching for last 10 Years. Having a dual master degree in Computer Science and Commerce, he has been serving in the top educational institute of Pakistan "Punjab Group Of Colleges". He is the pioneer of Urdu Video Tutorials in Urdu language. He has completed more than 50 Urdu Video Tutorials in last 7 years. Beside coaching, he is an expert Web Developer and Search Engine Optimizer. He belongs to the city of Saints (Multan).

Reviews

Average Rating

0
0 rating

Detailed Rating

5 stars
0
4 stars
0
3 stars
0
2 stars
0
1 stars
0
Rs.4,000
View cart