Create new array with the help of arrar()
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>array in php by saddam</title>
</head>
<body>
Create new array with the help of arrar()
<?php
$saddam=array("saddam","hussain","saifi","from","ramnagar");
foreach($saddam as $sam)
{
echoh $sam."<br>";
}
?>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>array in php by saddam</title>
</head>
<body>
Create new array with the help of arrar()
<?php
$saddam=array("saddam","hussain","saifi","from","ramnagar");
foreach($saddam as $sam)
{
echoh $sam."<br>";
}
?>
</body>
</html>
Comments
Post a Comment