Tag: php

  • PHP 8.3: Why Upgrading is Essential in 2025

    Introduction PHP continues its journey of refinement, and PHP 8.3, released back in November 2023, has now firmly established itself as a cornerstone for modern web development in 2025. Beyond the initial buzz, developers are now experiencing the tangible benefits of its performance improvements, cleaner syntax, and powerful features. Whether you’re still navigating legacy codebases…

  • cascaded dropdown using angular, php or json

    cascaded dropdown using angular, php or json

    few years back I’ve created a post for cascaded dropdown using jquery ,php and mysql , when I was working on my first angular project I’ve got the same dependent dropdown situation.

  • order by current user id in wordpress

    To order queries by the current user ID in WordPress, you can use the get_current_user_id() function to retrieve the current user’s ID and then include it in your custom query. Here’s an example using the WP_Query class to retrieve posts ordered by the current user ID:

  • Redirect CMS Category to CMS Page [Prestashop]

    Redirecting a category to a specific page in PrestaShop can be achieved by modifying the .htaccess file or by the URL forwarding feature and with PHP within PrestaShop. Here are the steps for all methods:

  • Web browser identification without browscap in PHP

    There are several methods to get browser properties. php get_browser function is very useful as it return many browser properties.but In for get_browser to work, your browscap configuration setting in php.ini must point to the correct location of the browscap.ini file on your system.