Showing posts from April, 2023

String Reverser program in PHP

function modifyString($str) {   // Split the input string into an array of words   $words = explode(" ", $str);   // Rearrange the words in the array   $newWords = array();   for…

Read more

How to setup Webhooks Razorpay with Codigniter

Webhooks allow you to build or set up integrations that subscribe to certain events on Razorpay APIs. When one of those events is triggered, we send an HTTP POST payload in JSON to the we…

Read more

What is ETF and advantages of ETFs.

Exchange Traded Funds, or ETFs, have become increasingly popular among investors in recent years. An ETF is an investment fund that trades on an exchange like a stock. ETFs offer many bene…

Read more
Load More
That is All