These remedies i have collected from LunarAstro. These are very small remedies for all of the planets ( nabagrahas) . If you can do these small changes in your life, your life will surely change.
Continue reading “Life changing small astrological remedies for better life”Understanding Recursive Functions with and without Stepping in PHP
This PHP code demonstrates the use of recursive functions with two examples: a normal recursive function that increments a number until a specified condition is met, and a recursive function with stepping, which increments by a specified step value.
Continue reading “Understanding Recursive Functions with and without Stepping in PHP”Learning Plugins Development: Part 2
This WordPress plugin creates a shortcode [show_posts] that displays a list of the latest posts with their titles linked to the post pages. It fetches and lists up to 10 posts ordered by their ID in ascending order.

The output will be like this

Precaution: Jupiter Rahu Conjunction
At first I remember and thanks to my Guru who has taught many of us the divine knowledge.
Here I am sharing my personal observation and precaution regarding Jupiter Rahu Conjunction. So be careful regarding these Activities i mentioned below:
Continue reading “Precaution: Jupiter Rahu Conjunction”Understanding PHP Array Functions: Merge, Slice, and Splice
Here I have tried to show various PHP array functions such as array_merge, array_slice, and array_splice. You can see how to merge two arrays, slice an array into parts, and splice arrays by removing and replacing elements.
CODE:
Continue reading “Understanding PHP Array Functions: Merge, Slice, and Splice”Learning Plugins Development: Part 1
Here I am going to create a very small plugins, mainly a shortcode which will be used in any page and post and that will show the message “My First Attempt of creating plugin”.

PHP String Trimming Functions
Here you can see how to remove unnecessary whitespace and specific characters from the beginning and end of strings using PHP’s trim(), ltrim(), and rtrim() functions.
Code:
Continue reading “PHP String Trimming Functions”Saturn Placement in Natal Chart and Evil Eye issue
I have collected it from my Guru Deepanshu Giri’s Astrological Facebook Group Lunar Astro. This is for learning purpose. You need to check and test it.
Continue reading “Saturn Placement in Natal Chart and Evil Eye issue”Efficiently Replacing Multiple Words in a String Using PHP
Here I have shown how to efficiently replace multiple words in a string using PHP’s str_replace function. In this example you can see how to modify text by swapping out specified words with new ones.
CODE:
Continue reading “Efficiently Replacing Multiple Words in a String Using PHP”Understanding PHP Spaceship Operator for Comparing Values
The spaceship operator (<=>) in PHP is used for comparing two values and returns -1, 0, or 1 depending on whether the first value is less than, equal to, or greater than the second value. Introduced in PHP 7, it simplifies comparisons and is especially useful for sorting functions.
CODE:
Continue reading “Understanding PHP Spaceship Operator for Comparing Values”