Explore

php ×
  • screenshot

    PHP Generate Signature With PKCS8 Private Key for API

    I'm totally new in encrypting data using these private and public key. Many tutorials teach to...

  • screenshot

    Time Data Series: How to Work With PHP Zmanim

    In this post I get into the types of calculations you CAN’T get with built-in PHP...

  • screenshot

    LXer: Install Caddy with PHP & HTTPS using Let’s Encrypt on Ubuntu

    Published at LXer: Install Caddy with PHP & HTTPS using Let�s Encrypt on Ubuntu. In this...

  • screenshot

    2 PCs - difference in PHP function's path usage

    OLD PC: Dell Inspiron, Ubuntu 22.04.4, php 8.1.7 (cli) + website in localhost NEW PC: Dell...

  • screenshot

    laravel middleware to remove unwanted response headers

    I want to have a Laravel middleware that removes unwanted response headers like X-Powered-By and Server...

  • screenshot

    I want to convert the encrypted user login creds to tamil language and store in mysqll db

    So im going to create a login website where the collected user creds are stored in...

  • screenshot

    how to decrypt webhook data in php?

    i have this.. url https://documenter.getpostman.com/view/23910602/2s93z87NyL#e283c26e-3b94-4bf4-8d73-0e3a5dd8b7c1 here on webhook i have received responce: {"success":true,"status":200,"error":null,"data":"33c396e22d255a2edbf6b7538190e52295add20b74fbf1500ee360cba5c284783793d113d6cc735271b25804138e1d3b965a2adaa78eddgb17040382a9aa346344606d097317c90c3909649975b1abeca9e201514ffac32c3f34636b5900cd64596691b1c2b82ad2acb3464346dasdas63dasd36asdsf3634adsad34634663asasda70424dc4ba"} but here data...

  • Processing One Billion Rows in PHP!

    You may have heard of the "The One Billion Row Challenge" (1brc) and in case you...

  • screenshot

    EasyAdmin 3.x display OneToMany realtion on details page

    on easyadmin 3.4 and symfony 5.4 I have the following 2 entities: Event, Participant, where an...

  • screenshot

    How to add free and not free video in WordPress and WooCommerce theme?

    This is my code. I want to display the video watch link and video download link...

  • Dynamic Video Player Integration: Seamlessly Embedding plyr with YouTube and Vimeo Based on Backend Selection

    Dynamic Video Player Integration: Seamlessly Embedding plyr with YouTube and Vimeo Based on Backend Selection

  • screenshot

    I want multi-user role user employee and admin login system with crud operations using pdo

    Now I have a user role. But I can't create a crud for the user role...

  • screenshot

    Target class [excel] does not exist

    use Maatwebsite\Excel\Facades\Excel; class ExcelController extends Controller { // public function exportExcel(Request $request) { // Ambil rentang...

  • screenshot

    SQL re-indexing an id During Select

    I have a problem between my two tables Let say Table A has two or more...

  • screenshot

    When using CryptoJS symmetric encryption in the front-end JS, the corresponding decryption in the PHP backend fails

    First, paste a piece of code for the JS encryption steps <script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js"></script> <script> var key...

  • screenshot

    Laravel cache with events and webhooks

    I'm trying to implement the "processing" button functionality to use with a set of api calls...

  • screenshot

    Woocommerce - Two dependent variation attributes

    I have two variation attributes that are dependent one to another. One is called Surface, and...

  • screenshot

    Unable to access array values

    I have this code when login fails: if(function_exists('login_failed')){ $args=array(); login_failed(array( 'username' => $_POST['username'], 'IP' => $_SERVER['REMOTE_ADDR']...

  • screenshot

    WP Multisite Child Site Redirecting to main site when not HTTPs

    I have a multi-site WP installation. The main site is at https://main-site.com I have a child...