Explore

php ×
  • screenshot

    Session variables are not saved / Session get destroyed - in SiteGround

    I implemented a management site in PHP where access to the ID is saved in a...

  • screenshot

    multiple where clausses in Laravel query

    I'm on Laravel 10, and new to it too. I did a simple query like this...

  • screenshot

    Why ".htaccess" code not giving the correct output?

    I have a blogging website in php. It is a dynamic website. The URL is not...

  • screenshot

    Change all values of an array without a loop construct

    In my php code, I have a one dimensional array: $odArray = ['value One', 'Value Two'];...

  • screenshot

    Drag and Drop only uploads via select

    I found a pen here that i tried to implement into my form. After so many...

  • screenshot

    Hiding COD if subtotal is under a certain amount in WooCommerce, "subtotal" property issue

    I am trying to disable/remove the cash on delivery option provided by WooCommerce when an order...

  • screenshot

    How to correctly output html which was generated in CKEditor5?

    When I resize image and align right, it is generating: When I output just this Html...

  • screenshot

    How to get image from local Wordpress

    I use Docker to run a local PHP WordPress environment, and I store everything in the...

  • screenshot

    Can not submit VAT Return to https://test-api.service.hmrc.gov.uk/organisations/vat/{vrn}/returns

    According to https://developer.service.hmrc.gov.uk/api-documentation/docs/api/service/vat-api/1.0/oas/page#tag/organisations/operation/SubmitVATreturnforperiod trying to submit VAT Return. Below is the part of code that submits...

  • screenshot

    There is an items not appearing in my website

    I have a problem in my website, It's working well in my xampp **localhost **but when...

  • screenshot

    Laravel Auth attempt, after db switch

    I manually authenticate users on login, here is my full Login function public function Login(Request $request)...

  • screenshot

    Why Apache container can't see PHP container?

    Hello, I have two YAML files as follows: Code: --------- version: '3.9' networks: phpnet: driver: bridge...

  • screenshot

    An issue with rendering pictures from a python generated image using PHP on a Linux or Mac OS

    I am trying to print an image using PHP using the following code on a Linux...

  • screenshot

    Union array operator "+=" for appending to arrays

    This is a question about language constructs. Is there an array operator similar to "+" that...

  • screenshot

    Trying to do a dynamic html label text change with php without leaving the html page

    I have been trying to do a dynamic change to a labels text using php. Without...

  • screenshot

    push notifications with CURL on PWA application with PHP

    I am working on a PWA web application. I already completed the code on the browser...

  • 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

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