I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I added a Estimated delivery date widget using a code snippet. I want it to show the diffrent shipping and delivery date for different product. Can I ...
I am trying to connect to Microsoft Dynamics CRM using an Application or Client Id and a Client Secret based authentication. I have client id, client ...
so i want to be able to post my request body in objects or blocks rather than 1 block to be short my response comes back like this after auser is crea ...
Subject 1: I am using Laravel version 7 in my project, and in order to add a query to all my models in Laravel, I have added a global scope to all my ...
Newbie question: When attempting to run Composer (any command involving Composer like composer --version), I get the following error: Fatal error: ...
How to create a share link via whatsapp from a current url. Hello, I have a website that has share buttons, facebook, twitter, pinterest, mail, but I ...
Im loading some huge Excel files with PhpSpreadsheet in a Laravel project running on a Linux Apache webserver. These worksheets are +50k rows long and ...
I am running WordPress code (to import 25 posts) that trips a 500 server error (reported via ajax) after 30 seconds, but the process continues on the ...
I am building a website that uses PHP, and would like to know how to send a Last-Modifed header that reflects the actual date that my files were last ...
i'm using codeigniter 4 and i try to implement Login with Google. so far so good until i got this error when i try to get the result. here the error m ...
https://github.com/openai-php/client For my project, I want to send prompt and get answer, I only copied the code on the GitHub $yourApiKey = getenv ...
How do I get the users link here as well. I am using the ACF user field as an Array. Thank you I am not sure what exactly I need to add. I tried t ...
How to auto fill this two input without inputting? I want to automatically fill date and time without inputting according to the desktop date and t ...
I stumbled upon an issue, where I have registered a custom query variable in Wordpress. However, I would like to pass several values with same custom ...
I would like to edit the WordPress files before installation to my needs. For each WordPress installation I am changing certain settings, pages, post ...
I am trying to fetch pageviews from GA4 into my PHP website. I am using google/apiclient v2.13.0 I made service account and got the stream id and usi ...
I'm using WPCargo POD plugin that comes with a route planner to map out each shipment that I make on my platform. I've customized it to show the route ...
I have a QR in a URL I want to click a button and download the image of the QR in the URL URL: https://quickchart.io/qr?text=http://tapo.app&dar ...
I've done a query at Laravel and to check result content, I've used dd, but, for some reason, when I remove the dd(), it throws an exception sayint "U ...
Is it possible to link to another method/class/property/etc of my project, inline inside the @param tag? Like this: /** * My method's description. ...