Skip to main content

Posts

Showing posts with the label Php

Learn PHP in Urdu with complete excercise

Learn PHP Topic 1- Installation of Dreamwear 8.0 Learn PHP Topic 2- Installation of Localhost XAMPP - IT Xperts Learn PHP in Urdu Topic 3 - How to start PHP Learn PHP in Urdu Topic 4 - How to Save PHP Learn PHP in Urdu Topic 5 - PHP (Condition) SYNTAX Learn PHP in Urdu Topic 6 - PHP (Condition) IF Condition Learn PHP in Urdu Topic 7 - PHP (Condition) Else Condition - IT Xperts Learn PHP in Urdu Topic 8 - PHP (Condition) Else If - IT Xperts Learn PHP in Urdu Topic 9 - PHP (Condition) Switch - IT Xperts Learn PHP in Urdu Topic 10 - PHP (looping) While - IT Xperts Learn PHP in Urdu Topic 11 - PHP (looping) Do - While - IT Xperts Learn PHP in Urdu Topic 12 - PHP (looping) For Loop - IT Xperts Learn PHP in Urdu Topic 13 - PHP (looping) For Each Loop - IT Xperts Learn PHP in Urdu Topic 14 - PHP Date Loop - IT Xperts Learn PHP in Urdu Topic 15 - PHP Array - IT Xperts Learn PHP in Urdu Topic 16 - PHP Numeric Array - IT Xperts Learn PHP in Urdu Topic 17 - PHP Associated Array - IT Xperts Learn ...

New PHP+MySQL Video Tutorials in Urdu/Hindi

PHP stands for Hyper Text Pre-Processor which is an open source web development language used for creating dynamic websites and web applications. This language has been very popular over the past few years, and today, millions of websites on the web use PHP as their main back-end development language. However, there is Asp.net (formally ASP) in the market which is also used massively, but unlike ASP which is a Microsoft product, PHP has support for OOP (Object Oriented Programming) , and many other features including very good security options, and PHP is an open source web development language. This is a complete course for learning PHP & MySQL, MySQL is used as a database with PHP which is also a popular software used by thousands of companies today for storing text information. Before going to watch this course, consider the following new tutorials:  eCommerce Website in PHP Admin Panel & CMS in PHP Students Registration System in PHP Before this new PHP course, we ...

PHP & MySQLi 2015 Updated Training in Urdu/Hindi

In the IT (Information Technology), things get changed more speedily then our expectations, there were times when we used to play with Windows XP, but today’s generation is playing with Windows 10 and android on their mobile phones. Same happened to PHP & MySQL, there was a time when PHP 4.0 version was ok with simple MySQL, but today you can not go ahead without learning PHP 5.5 and MySQLi or OOP (Object Oriented Programming in PHP) , but at least you have to learn PHP 5.0 & MySQLi in order to work in the market. Earlier, I had created several video courses on the topic (Web Development), which includes a complete PHP & MySQL course in 2012, then a complete new PHP & MySQL tutorials series in 2013 which was a paid course, but since things have been changed  & updated, therefore, I thought to create a new course on this topic which can be according to the latest market value. Yes, and here we go, the complete new course for 2015 including the OOP concept in PHP, I’v...

PHP OOP Tutorials in Urdu/Hindi

If you are using procedural PHP for creating web applications then it’s time to move to Object Oriented Programming (OOP) in PHP. You should already have moved to OOP, but if not yet then it’s the best time for you to do so. Recently, I asked by many of readers to create a course on this subject, and finally I took time to create a complete course on this in Urdu/Hindi, which I’m sharing today on this page. I hope, you’ll learn something new from this. What’s PHP OOP? OOP stands for Object Oriented Programming which is not a new thing at all. OOP style programming has been existing for decades in all programming languages such as C++ and Java, it’s also used in JavaScript which is a client side scripting language. But it was not available in PHP until version 5.0. Now, PHP fully supports Object Oriented Programming, and has all the features to handle it. OOP is based on Objects, in PHP we create classes to store information which can be anything such as variables or functions, and the...

Social Network in PHP & MySQLi in Urdu/Hindi

PHP is a very powerful web programming language which you can use to create dynamic websites and web applications. I’ve been creating video tutorials on PHP since the creation of this blog in Urdu/Hindi. I have put together some projects as well such as Ecommerce website in PHP and a Complete CMS in PHP. But this time, I’ve brought you a new project called “ Social Network in PHP “. In this series, you’ll step by step learn to create a simple and easy social networking website in PHP & MySQLi from scratch in Urdu/Hindi. Social Network Overview This will be a very simple social network and it’ll be like a discussion forum where users can ask questions, post discussions, post comments, find other members and send them messages etc. All the basic communication features are included in this project. However, the friend request system is not included in this project because that’s already there in every social networking website, so I’ve made it simple for a specific purpose. What You S...

Chat System Using AJAX & PHP in Urdu/Hindi

Here is a small project for those who are learning PHP and AJAX. I’ve created a chat system which will work in real time same like other popular chat applications i.e Facebook & Yahoo. Using the video tutorials on this page, you’ll be able to learn creating a small but functional chat application with simple PHP PDO approach and a small touch of AJAX request via JavaScript. I hope you’ll like this tutorial. Chat Application in PHP & AJAX  (Overview) This is just a basic chat system which you can use for testing or in real web development environment. Users will be able to join the chat room simply with a user name, they will be able to post messages and those messages will appear to other active users in real time with a sound for notification. I’ve used the simple PHP PDO approach to create this project, and at the same time, AJAX is used for making it real time without refreshing the page. This is also a responsive chat application and for this I’ve used CSS3 properties so t...

How Install PHP with Apache Web Server in Ubuntu Linux - Learn Online

Installing PHP5 and Apache on Ubuntu Configuring the PHP Development Environment in Linux Ubuntu Installing Apache2 With PHP5 How do I install Apache and PHP on 11.10? Ubuntu/installing Apache and PHP5 Install Apache, PHP Install Apache, MySQL PHP and phpMyAdmin on Ubuntu