Explore

php × People ×
  • screenshot

    My work's website has been down for almost 6 weeks, seems like WPML?

    At the moment the website is still down with the following error message: Fatal error: Uncaught...

  • screenshot

    Apache/2.4.59 - PHP 8.3.6 Uncaught Error: Call to undefined function curl_init()

    I'm encountering an issue loading cURL into my PHP environment on Windows. Here's what I've attempted:...

  • screenshot

    LXer: How to Install Lighttpd with MariaDB and PHP-FPM on Ubuntu 22.04

    Published at LXer: The LLMP Stack (Linux, Lighttpd, MariaDB, and PHP-FPM) is a software stack for...

  • screenshot

    php file_put_contents to get data from Google Sheet and save as CSV files on Wordpress Website

    I have ZERO php experience, so my code/problem is purely based off Googling. I apologize in...

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