Php tutorial in urdu 6 – Overview of loops

In today video i will give you an overview of php loops. You will study how many loops are used in php. http://www.dailymotion.com/video/x211a75_php-tutorial-in-urdu-6-overview-of-loops_tech There are four types of loops used in php. For Loop While Loop Do while Loop Foreach Loop We use loops in php because of following reason:- By using loops we can speed up our coding and get rid of long coding. It is a [...]

By |2017-09-12T19:14:58+00:00October 1, 2013|Php video tutorial in urdu|0 Comments

Php tutorial in urdu 5 – Using echo and date

So today i am going to properly start practical php development. In today video i will show you how to use echo and date in php. http://www.dailymotion.com/video/x2119v7_php-tutorial-in-urdu-5-using-echo-and-date_tech I have used date function three times in this tutorial and use it with different text inside date(). <?php date("d-m-Y"); ?> So for displaying date we use shortcut of day, month and year. so d for day, m for month [...]

By |2017-09-12T19:14:58+00:00September 29, 2013|Php video tutorial in urdu|0 Comments

Php tutorial in urdu 4 – Getting started in php

Today i am going to give you an overview of php. In this video you will know how can you can start and end php syntax. Also i will discuss about using print and echo to display any link of code. Next i will show why to use loops and give you names of four types of loops. http://www.dailymotion.com/video/x2119o4_php-tutorial-in-urdu-4-getting-started-in-php_tech After watching this video you will get grasp on [...]

By |2017-09-12T19:14:58+00:00September 28, 2013|Php video tutorial in urdu|0 Comments

Php tutorial in urdu 3 – Setting up website in dreamweaver

Today i come up with a new video tutorial. In this video i explain you how you can set up php website in dreamweaver. First you have to run xampp and start apache in xampp. Watch the video below. http://www.dailymotion.com/video/x2119d0_php-tutorial-in-urdu-3-setting-up-website-in-dreamweaver_tech SettingĀ  up a website in dreamweaver is easy and if you remember the steps in the video then you can easily setup site in dreamweaver. Note the step [...]

By |2017-09-12T19:14:58+00:00September 22, 2013|Php video tutorial in urdu|0 Comments

Php tutorial in urdu 2 – Installation of Xampp

In the previous video i had tell you what is php and xampp. In this video i will install xampp on my computer. This video is in urdu. Xampp is a software which provide us apache, mysql and other services. But we will use apache and mysql most of time. So before testing your php website or page you have to first run xampp and start apache and [...]

By |2017-09-12T19:14:58+00:00September 13, 2013|Php video tutorial in urdu|0 Comments
Go to Top