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

ETFs in NSE

ICICIM150 Nifty Midcap 150 ICICIALPLV Nifty Alpha Low-Volatility 30 Index MOVALUE Motilal Oswal S&P BSE Enhanced Value ETF HDFCLOWVOL HDFC NIFTY100 Low Volatility 30 ETF ICICIFI…

Read more

Important tips for beginners - Trading

Learn the basics: Before you start trading, it is important to understand the basics of the stock market, such as how it works, how to place orders, and how to read stock charts.  Have a st…

Read more
That is All