Skip to main content
webdeveloperindia.in | Web Developer India Tutorials & Solutions
  • Home
  • About us
  • Blog
  • PHP
  • React JS
  • Magento
  • Contact us
  • How to reindex or remove an index array element in PHP ?
  • How to remove duplicate values from Array in PHP?
  • how to calculate number of Age from date of birth in PHP?
  • How to Send an Email in PHP
  • Check If Date is Past Date in PHP?
  • How to get image file size in php ?
  • Best Laravel Packages Every Developer Should Use (2025 Edition)
  • How to get random value from an array PHP
  • How to merge two array into single array in php ?
  • How to set up Spatie Media Library in Laravel 8
  • PHP check if website is online
  • Create Directory If It Doesn’t Exist in PHP.
  • WordPress : 9 Reasons Why WordPress Is Better Than the Other CMS
  • PHP how to generate random numbers?
  • PHP : CRUD operation using PHP and MySQLi
  • Beginner: create Laravel controllers
  • how to secure your Laravel website
  • PHP How to check if a variable is null?
  • How to submit HTML Form Using jQuery Ajax in PHP
  • How To Run PHP File with Windows Command Line

Category: PHP

How to reindex or remove an index array element in PHP ?

July 23, 2022July 23, 2022 Azhar Shaikh Leave a comment

I am explaining you, how to reindex an array element in PHP with examples. we have an array named basicWebsiteInfo[] , we have some website information like website, url. At first, it is indexed correctly as 0,1,2. Result: Now, to understand the reindex array things, at first I am unset it by using the unset() […]

Read More

How to check URL is valid or not in PHP

June 28, 2022June 28, 2022 Azhar Shaikh Leave a comment

I am explaining you, How to check URL is valid or not in PHP.I am going to explaining, how to check if a URL is valid in PHP using filter_var() function with FILTER_VALIDATE_URL filter. Use the following code to check if the URL is valid or not. Example : Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. […]

Read More

How to Concatenate String in PHP?

May 10, 2022May 10, 2022 Azhar Shaikh Leave a comment

I am explaining you, how to concatenate strings in PHP.if you want to concatenate strings, you can use the concatenation operator . Example: Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – [email protected] | Skype – azaruddin23. I have knowledge of PHP, Laravel, Magento 1/2, Codeigniter, WordPress, Joomla, Shopify, Git, […]

Read More

how to get month name from date in PHP?

March 20, 2022March 20, 2022 Azhar Shaikh Leave a comment

I am explaining you, we will learn how to get the month name from the date in PHP. The PHP provides very useful functions by using it we can easily format the date. Example 1: Extract Month Name From Date In this example, we have used the createFromFormat() function which helps us to provide month […]

Read More

How to get image file size in php ?

February 20, 2022February 20, 2022 Azhar Shaikh 1 Comment

I am explaining you, If you want to get image file size in php so you can easily get using filesize() in PHP. if you want to get image size then we can find it. It will return size on bytes. Example: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. Email – […]

Read More

How to remove duplicate values from Array in PHP?

February 19, 2022February 19, 2022 Azhar Shaikh 1 Comment

I am explaining you, how to remove duplicate values from Array in PHP. it is simple to delete duplicate values from an PHP Array.PHP provide pre-define function array_unique that can remove duplicate values from Array. with the use of pre-define function array_unique() we can get only unique value from array. Example: Result: Azhar ShaikhHello, Welcome […]

Read More

Create Directory If It Doesn’t Exist in PHP.

February 9, 2022February 9, 2022 Azhar Shaikh Leave a comment

if you want to create folder if not exist. you can understand a concept of php create directory if not exists. I am giving you example of php code to create directory if not exists. I am explaining you, how to create directory if not exist php. In example, we will use is_dir() and mkdir() […]

Read More

PHP Subtract seconds from datetime

February 1, 2022February 7, 2022 Azhar Shaikh 1 Comment

If you want to subtract seconds from datetime in php. I am explaining you simply step by step how to subtract seconds from current time with PHP. you can understand a concept of how to subtract seconds from time in php. let’s see example about how to subtract seconds from time in php.Here, I created […]

Read More

Remove Null values in PHP array

January 26, 2022February 7, 2022 Azhar Shaikh Leave a comment

you want to remove all null value from an array without any loop. you can remove all null value from array without loop.I am explaining you, how to remove null value from an array. let’s see example how to remove null value : Result: Azhar ShaikhHello, Welcome to webdeveloperindia.in. I am a full-stack web developer. […]

Read More

Check If Date is Past Date in PHP?

January 26, 2022February 7, 2022 Azhar Shaikh Leave a comment

I am showing you how to check date if it is past date in php. I am explaining you step by step if date is before today. you can see php check if date before today. here is the example of how to check if date is past date or not in PHP. so let’s […]

Read More

Posts pagination

Newer posts 1 … 3 4

Most Read

Categories

  • Ajax (1)
  • Bootstrap (2)
  • CSS (4)
  • git (1)
  • HTML (5)
  • Javascript (10)
  • jQuery (5)
  • Laravel (20)
  • Magento (4)
  • MySql (3)
  • Node.js (1)
  • PHP (40)
  • Python (1)
  • React JS (10)
  • Software developer (3)
  • Wordpress (3)

Best Laravel Packages Every Developer Should Use (2025 Edition)

December 6, 2025Azhar ShaikhLaravel,PHPhire web developers in India,Laravel,laravel packages,PHP,software developer(0)
Laravel continues to dominate the PHP ecosystem in 2025, thanks to its elegant syntax, powerful features, and massive package ecosystem. For developers looking to optimize...
Read More

Top php frameworks compared (Laravel, symfony & codeigniter)

September 14, 2025Azhar ShaikhLaravel,PHP,Software developercodeigniter,hire web developers in India,Laravel,PHP,symfony(0)
Laravel, Symfony, and CodeIgniter are widely used PHP frameworks in web application development, each with distinct features and strengths. The selection all below those frameworks...
Read More

Laravel vs WordPress: I Tried Both for a Blog, Here’s What Happened

July 16, 2025Azhar ShaikhLaravel,Wordpresshire web developers in India,Laravel,PHP,Wordpress(0)
I developed same type blog website in Laravel (a PHP framework) and WordPress (a CMS), and here’s what I learned about  performance, flexibility, ease of use...
Read More

Recent Comments

  1. X22Zom on Laravel : Why Choose Laravel for Your Next Project
  2. vikas on Laravel : Why Choose Laravel for Your Next Project
  3. Mahesh on How to create migration and rollback in Laravel 8?
  4. Ahmedullah on How to use Inline & Inline-block display in CSS
  5. Sam Yadav on How to create a new React JS App

Archives

  • February 2026 (1)
  • December 2025 (1)
  • September 2025 (1)
  • July 2025 (1)
  • April 2025 (1)
  • March 2025 (1)
  • December 2024 (1)
  • October 2024 (1)
  • September 2024 (1)
  • July 2024 (1)
  • January 2024 (2)
  • November 2023 (1)
  • October 2023 (1)
  • September 2023 (1)
  • August 2023 (2)
  • July 2023 (1)
  • June 2023 (1)
  • May 2023 (1)
  • April 2023 (2)
  • March 2023 (1)
  • February 2023 (4)
  • January 2023 (7)
  • December 2022 (3)
  • November 2022 (6)
  • October 2022 (13)
  • September 2022 (7)
  • August 2022 (1)
  • July 2022 (2)
  • June 2022 (2)
  • May 2022 (1)
  • March 2022 (2)
  • February 2022 (8)
  • January 2022 (3)

Latest Posts

  • What is Python in 2026?
  • Best Laravel Packages Every Developer Should Use (2025 Edition)
  • Top php frameworks compared (Laravel, symfony & codeigniter)
  • Laravel vs WordPress: I Tried Both for a Blog, Here’s What Happened
  • Laravel vs Node.js in 2025: Which One Should You Use?
  • Top 10 JavaScript Libraries for Modern Web Development in 2025
  • Laravel : how to send email with localhost server
  • Top WordPress Plugins to Enhance Your Blog
  • Best Practices : Securing your Laravel application
  • Laravel : Why Choose Laravel for Your Next Project

Tags

2026 (1) API (2) Artificial Intelligence (1) Artisan (1) bootstrap (2) Cloud Computing (1) codeigniter (1) crud (1) CSS (3) Data Science & Analytics (1) Development Experience (1) email (2) Game Development (1) hire web developers in India (9) HTML (5) Javascript (12) jQuery (5) Laravel (20) laravel 8 (9) laravel api (2) laravel packages (1) localhost (1) Machine Learning (1) Magento (2) magento 2 (4) Modern Web Development in 2025 (1) MVC (1) MySql (4) Node.js (1) Online Education (4) PHP (43) PHP framework (1) Plugins (1) Python (1) React JS (10) scalability (1) Securing (1) security (2) Software (1) software developer (2) symfony (1) Top 10 JavaScript Libraries (1) web application (1) Wordpress (3) WordPress development services (2)

Contact us

Email : [email protected]

Skype : azaruddin23

Welcome to webdeveloperindia.in!

You can find us on Webdevelopersindia group on social media, if you have any questions or ideas you want to share, please drop us a email on [email protected]. I have some group’s and page in Facebook that providing some technical post and news.

  • Group
  • Group
  • Page

Useful links

  • Home
  • About us
  • PHP
  • Magento
  • React JS
  • Contact us
  • Privacy Policy
  • Terms & Conditions

Categories

  • Ajax (1)
  • Bootstrap (2)
  • CSS (4)
  • git (1)
  • HTML (5)
  • Javascript (10)
  • jQuery (5)
  • Laravel (20)
  • Magento (4)
  • MySql (3)
  • Node.js (1)
  • PHP (40)
  • Python (1)
  • React JS (10)
  • Software developer (3)
  • Wordpress (3)

Post Submission Request

Post Submission
Copyright © 2026 webdeveloperindia.in Design & Developed by Azhar Shaikh