php training in urdu

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 […]

Php tutorial in urdu 6 – Overview of loops Read More »

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(). [code lang=”php”]<?php date("d-m-Y"); ?>[/code] So for displaying date we use

Php tutorial in urdu 5 – Using echo and date Read More »

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

Php tutorial in urdu 3 – Setting up website in dreamweaver Read More »