foreach Loops in php | PHP Tutorial #15

preview_player
Показать описание

Best Hindi Videos For Learning Programming:



►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -



►Django Complete Course In Hindi -






Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

<?php
$vai=array("THANK", "YOU", "HARRY", "BHAI");
foreach($vai as $value){
echo "$value <br>";
}

?>

vaibhavcreation
Автор

Plezz sir end of this course make a full ecommerce website project plezz sir and your all videos are grat helpfull for me thanx

ARCHANAKUMARI-ducw
Автор

Harry Bhai, Thank You for making the website design tutorial. I am from Nepal. I would like to request to make a complete website project tutorial, where you use CSS javascript and PHP.

himalpun
Автор

Bro Lots of Love from Pakistan
You are a real teacher. No more words to describe you are MIND BLOWING!.
keep sharing your Knowledge free of Cost. You are a Legend of Programming.
I Love the way you Teach. Allah bless you Lot of Success!

abdullahabid
Автор

Please C# language ka course banaiye sir please sir please really needed. YouTube pr kisi nhi banaya

atgamingstudios
Автор

Harry bhai php can run in android phones?
Because i have no laptop.

nittintomar
Автор

Sir I have a doudt how games are run in tv

naresh
Автор

harry bhai very nice video. lekin mera ek sawal tha ki jaise javascript meein foreach loop mein hamein array, element or uska index bhi miljata tha vaise hi php mein hame element or array to milgaya lekin us element ka index kaise dhundhe????

kartikeykakariaa
Автор

Harry bhai how to access value of Index in foreach?

nishanttheprogrammer
Автор

Python Query
You are my first programming language
teacher so I am asking my queries for my must reply please
During the lockdown my project is this help me
One idea that I have being working form few days that how may I create a 'screen time' recorder I'm python
like how much I have each app in a day and In month
I have created lots of progress on it but I just fall down on calculating time how can I stop my timer as the application close up help me.
Thank You

manastiwari
Автор

See the last sentence of my comment to understand why this piece of code??
<?php

$arr = array("bananas", "apples", "harpic", "bread");

for ($i=0; $i < count($arr) /*or $i<4*/ ; $i++){
echo $arr[$i];
echo " and its index is $i";
echo "<br>";
}

echo "<br>";


// More easy way than for loop
$arr2 = array("car", "bike", "road roller");

foreach ($arr2 as $value) {
echo "$value <br>";
}

?> The comment inside for loop is also possible as its condition.

ComputerTech-vpkw
Автор

Foreach loop explained in such a simple way!!! Harry Bhai you are a

siddharthsurve
Автор

AAGAR COURSE PURA KAROGE TOH SHURU KARU KYA MEIN PHP

lovenagpal.
Автор

Ab ja k smjh m aaya foreach loop with compared with for loop..
Thank you for this

neerajtangariya
Автор

❤️❤️❤️ek no. harish :) u r doing such a great work bhagwan apna ashirwad hmesa bnaaye rkhe aap par ❤️❤️❤️

myselfsohit
Автор

Sir sari video pe comment Kiya Dekh lo plzz JavaScript validation in dance Website plzz machine learning bootstrap

gauravpradhan
Автор

Banana☺ Apple😄 Bread😃 Butter😀 Harpic😱😱😱😱😱😱

fahadmakhdoomi
Автор

Harry Bhai, zindabad, from Ejaz Ahmed Pakistani.

galaxylimouae
Автор

Bina count function ke bhi array data print ho raha hai jaise count ke saath. Aisa Kyo?

dewlances
Автор

Hii Harry Bhai please android studio me designing me koi videos banaona

harshnagarkar