Tag: php

  • 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.

  • Php search script within a radius

    Php search script within a radius

    If you are looking for a php seach script to find the items ,profile or anything within a defined radius ,then you have to use geometric formula. In this script we will use php , mysql and google geocoder.