Download Web-development using PHP and mySQL in Urdu language eBook

Learn Web-development using PHP and mySQL in Urdu  language eBook

 Few contents of Book...
 01: What is PHP ?
  02: What is mySQL ?
 03: What is XAMPP ?
 04: Installing out XAMPP on PC
 05: Writing out your first PHP script
 06: Working out with comments
 07: About Variables in PHP
 08: Working with Operators of PHP
 09: Understanding types of Databases and their Uses
 10: Decision structures and Loops in PHP
 11: Important functions of PHP to work with Databases
 12: Creating mySQL Database and Connecting to it
 13: Performing SQL queries using PHP
 14: Inserting, Deleting, Retrieving and Updating data in mySQL  databases using PHP
 15: Beyond the basics, and Much more....


(Note:- If you don't know urdu language then you can't learn this.....)


Book Name:  Learn Web-development using PHP and mySQL in Urdu language eBook
Author:  Shakeel Muhammad Khan
Language:  Urdu
Pages:  252
File Type:  WinRAR Archive (Please unzip it to read Book)
File Size:  15.1 MB

What is PHP?

PHP is an acronym for "PHP Hypertext Preprocessor"
PHP is a widely-used, open source scripting language
PHP scripts are executed on the server
PHP costs nothing, it is free to download and use
PHP is simple for beginners.


What is a PHP File?

PHP files can contain text, HTML, CSS, JavaScript, and PHP code
PHP code are executed on the server, and the result is returned to the browser as plain HTML
PHP files have extension ".php"


What is MySQL?

MySQL is a database system used on the web
MySQL is a database system that runs on a server
MySQL is ideal for both small and large applications
MySQL is very fast, reliable, and easy to use
MySQL supports standard SQL
MySQL compiles on a number of platforms
MySQL is free to download and use
MySQL is developed, distributed, and supported by Oracle Corporation
MySQL is named after co-founder Monty Widenius's daughter: My
The data in MySQL is stored in tables. A table is a collection of related data, and it consists of columns and rows.

Databases are useful when storing information categorically. A company may have a database with the following tables:

Employees
Products
Customers
Orders


Comments

Popular posts from this blog

Handle and show SQL Exception show in popup message box in SAP ABAP

How to use GUID in asp.net C# for unique ID?

How to access an internal table of one program in another program