Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithsandy authored May 27, 2021
1 parent ced461d commit 29e1b8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ I would gladly accept pointers from others to improve, simplify, or make the cod
- [38](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/38.%20Count%20specific%20value%20array.php) - Write a PHP script to count the total number of times a specific value appears in an array.
- [39](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/39.%20Remove%20duplicate%20entry%20from%20array.php) - Write a PHP a function to remove a specified duplicate entry from an array.
- [40](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/40.%20Count%20values%20in%20array.php) - Write a PHP script to count the total number of times a specific value appears in an array.
- [41](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/41.%20Array_Walk%20Function.php) - Write a PHP script to trim all the elements in an array using array_walk function.
- [42](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/42.%20Delete%20value%20from%20array.php) - Write a PHP script to delete a specific value from an array using array_filter() function.
- [40](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/40.%20Count%20values%20in%20array.php) - Write
- [40](https://github.com/codewithsandy/WEB_Development/blob/master/PHP%20programs/40.%20Count%20values%20in%20array.php) - Write


</details>
Expand Down

0 comments on commit 29e1b8a

Please sign in to comment.