Home
About
Contact
Follow on Facebook
Home
Jobs
_Pak Army
_Pakistan Air Force
_Atomic Energy
_PAC Kamra
_Pakistan Navy
_Pakistan Railways
_POF
_Fpsc
_Ppsc
_Other Government Jobs
Programming
_c++
_Phyton
_Php
_c#
__Asp.net mvc
_Matlab
Adobe illustrator tutorial
General Knowledge
Courses
_Computer vision
Past Papers
_OTS Past Papers
_FPSC past paper
_PPSC past paper
__Computer Science
Articles
Home
php
for each in php
for each in php
Muhammad Awais Khan
February 12, 2019
foreach in php
<!DOCTYPE html>
<html>
<head>
<title>For each in php</title>
</head>
<body>
<?php
$student = array("ali","asif","asad");
foreach ($student as $all_names) {
echo $all_names. "<br/>";
}
?>
</body>
</html>
Post a Comment
0 Comments
!->
Social Plugin
Popular Posts
Categories
0 Comments