PHP tutorial for beginners in Hindi | Learn php in Hindi | Part - 1

preview_player
Показать описание
This php tutorial for absolute beginners. If you want to know what is use of php and how to write php code then must watch this video.

Learn HTML (Video Link)

Learn CSS (Video Link)

Learn JavaScript (Video Link)

► Watch this channel all videos :
(इस चैनल के सभी वीडियो को देखने के लिए इस लिंक पर क्लिक करे ) 👇

Contact Me For Technical Support

Stay Connected With us :

Visit Our Website :

► Disclaimer
This Video is Just for educational purpose and does not have any intention to mislead or violate Google and YouTube community guidelines and policy. I respect and follow the terms & condition of Google & YouTube.

Welcome to "Micro Solution" Subscribe This Channel For Computer Programming, Web Designing & Development, Other Computer Software's, Mobile App and many more topics. So Friends, If you want to know more about channel then watch my videos. Thanks, Abhishek Shrivastav

▌● Don't Forget To Subscribe ● ▌

#microsolution #PhpInHindi #PHPTutorialInHindi

Common questions I'll answer in this video:
php tutorial for beginners full
php tutorial
php tutorial in hindi
php tutorial for beginners full in hindi
php tutorial for beginners
php tutorial for beginners in hindi
Рекомендации по теме
Комментарии
Автор

Sir, you have make a proper video on like C Language with Playlists and many other languages.. btw you r great making video and understanding very well..

guddukumarpatwa
Автор

hii sir could you make videos with playlist, because you make videos' with playlist we understand very well thank

ParmodKumar-emsh
Автор

Sir u are the best thankyou so much sir

lokeshmandloi
Автор

Aapaka samjhane ka tarika bahut hi best hai...

rajenvishwakarma
Автор

Thankyou so much sir 🙏 very well explained

shivamsinha
Автор

Sir local disk c me xamp me htdocs nahi hai kya kare please reply sir

SajidAli-qltj
Автор

how i can access all videos in a sequence?

chunmunjain
Автор

My name is SHABBIR sir jaldi jaldi video upload karoz

jugnuabbas
Автор

Sir please programing ke liye laptop ka name and model ka name bataone

henilprajapati
Автор

Sushil Nair
1 second ago
mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, array given in

i getting this error on this code

<?php

$query = "SELECT * FROM `feedback`";

$DB = new Database();
$result = $DB->read($query);


$data = mysqli_fetch_assoc($result);


?>

so what shoul i do sir

SushilNair