Results for PHP Assignment No : 1 Array & String

PHP Assignment No : 1 Array & String

December 24, 2020
PHP Assignment No : 1 Array & String

Assignment NO: 1 Array & String

Program 2 : Write a menu driven PHP program to perform the following operations on an associative array: 

i.            Display the elements of an array along with the keys.

ii.           Display the size of an array

iii.          Delete an element from an array from the given index.

iv.          Reverse the order of each element’s key-value pair.[Hint: use array_flip()] 

v.           Traverse the elements in an array in random order [[Hint: use shuffle()].


Program 2 : Write a menu driven PHP program to perform the following operations on an associative array:   i.            Display the elements of an array along with the keys.  ii.           Display the size of an array  iii.          Delete an element from an array from the given index.  iv.          Reverse the order of each element’s key-value pair.[Hint: use array_flip()]   v.           Traverse the elements in an array in random order [[Hint: use shuffle()].

Answer : 

File : Index.php

PHP Assignment No : 1 Array & String PHP Assignment No : 1 Array & String Reviewed by technical_saurabh on December 24, 2020 Rating: 5

PHP Assignment No : 1 Array & String

December 24, 2020
PHP Asssignment

Program 1 : Write a PHP script for the following: Design a form to accept a string. Write a function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurrences of each vowel from the string. Check whether the given string is a palindrome or not, without using built-in function. (Use radio buttons and the concept of function. Use ‘include’ construct or require stmt.)


Write a PHP script for the following: Design a form to accept a string. Write a function to count the total number of vowels (a,e,i,o,u) from the string. Show the occurrences of each vowel from the string. Check whether the given string is a palindrome or not, without using built-in function. (Use radio buttons and the concept of function. Use ‘include’ construct or require stmt.)

Answer : 

File : Index.php


File : new.php



File : new1.php

PHP Assignment No : 1 Array & String PHP Assignment No : 1  Array & String Reviewed by technical_saurabh on December 24, 2020 Rating: 5
Powered by Blogger.