InterviewSolution
Saved Bookmarks
| 1. |
Write a php program to print the students name in the array? |
|
Answer» Example: <?php $Student_name = array("Maglin","Iniyan","Nilani","Sibi","Shini"); foreach($Studentname as $value){echo"Salue<br>"; ?> |
|