Ex No: 12 | Write a program to Sort Country Names in Array |
---|---|
Aim: | To perform array processing using php |
Algorithm | |
Step1: Design a webpage to get five Country Name and Capital Name. | |
Step2: On form submit check if array elements are set and not empty | |
A) Get array values from POST method. | |
B) Use for loop to sort the Country Name | |
c) Display the Sorted Country Name and Capital Name. | |
index.html
ex12.php
|
|
Result: | Thus a webpage is designed using php to perform Array Processing. |