Skip to main content

Questions tagged [php]

PHP is an open-source, multi-paradigm, dynamically-typed, and interpreted scripting language designed initially for server-side web development. Use this tag for questions about programming in the PHP language.

php
0 votes
0 answers
11 views

PDO MySQL 5.6 Query Execution Timeout

Going through threads from 2009-2022 it doesn't look like there has been a real answer on getting a query to timeout in PHP from MySQL (5.6). The PDO timeout attribute is for the connecting, not the ...
user3783243's user avatar
  • 5,415
-1 votes
0 answers
27 views

Why are the numeric data recorded in the MySQL database not displayed correctly on the site? [closed]

Hello dear developers. I have a small problem with PHP and MySQL. So, the site is compiled with PHP, HTML and JS. I use MySQL as a database. The site is an exam site. The problem is that the questions ...
Forex Cues's user avatar
0 votes
0 answers
5 views

Multiple action rows Powergrid Livewire

Is it possible to create two action columns with different buttons? I want to have one column with a choose button on the left and another with 3 other buttons on the right side of the table
Rolegur's user avatar
  • 83
-1 votes
0 answers
7 views

WooCommerce Date of Birth Field on Checkout Page

Is anyone know how to add a mandatory "Date of Birth" field to WooCommerce Checkout Page? The solution needs to be compatible with the WooCommerce "Blocks" type of Checkout Page ...
ALXVNDR's user avatar
0 votes
0 answers
10 views

Upwork API get a token

I have already received the authorization code. But the token cannot be obtained. Documentation: https://www.upwork.com/developer/documentation/graphql/api/docs/index.html#auth-authorizationCodeGrant ...
PHPWork 's user avatar
0 votes
0 answers
12 views

How do i let external O365 accounts using my multi-tenant app?

We provide a SaaS solution for managing appointments. Many of our clients want to connect their Office 365 accounts to our platform. The functionalities we aim to implement are: Connecting an account ...
Gwen Claes's user avatar
0 votes
0 answers
10 views

How to correctly encode special characters when programmatically creating ACF Gutenberg-Blocks in Wordpress?

I am building an importer for a wordpress project and have to map blocks to other block types. Therefore, I have an abstract base Block-Class that looks like this: abstract class Block { abstract ...
marks's user avatar
  • 1,411
0 votes
0 answers
9 views

Inertia JS Link component and Naver in-app browser misbehavior

Open the search bar in the Naver app (iOS), enter 'inertia js,' and navigate to its home page. Navigate to several different pages on the home page and click back button. Problem: Clicking the back ...
roku1331's user avatar
0 votes
0 answers
16 views

403 Forbidden when URL contains GET with encoded question mark / UnsafeAllow3F / rawurlencode

Since yesterday when our Apache updated himself at night we started to get websites saying 403 Forbidden. It looks like that encoding the "?" is not anymore allowed. The crazy thing is that ...
user3636110's user avatar
0 votes
0 answers
6 views

PDFLib embed font

I am able to embed fonts before, using the code below. pdf_set_parameter($pdf, "FontOutline", "Times=$fontdir/times.ttf"); $font = pdf_findfont($pdf, "Times", "...
Ney LS's user avatar
  • 3
0 votes
0 answers
6 views

PHP-FPM worker terminated after request_terminate_timeout despite recent request start time

I'm encountering an issue with my PHP-FPM and Nginx setup where a PHP-FPM worker is being terminated due to the request_terminate_timeout setting, but the termination doesn't seem to correspond to the ...
Alexander Filichev's user avatar
0 votes
0 answers
20 views

Integration between WordPress Plugins "International Phone Number Format" and "YITH Point of Sale"

I'm using the International Phone Number Format plugin on my WooCommerce and it's working fine on all default WooCommerce pages to format the phone numbers with their country code. Now I need to ...
Jeriss Cloud Center's user avatar
-1 votes
0 answers
12 views

Not showing login page in mediawiki

I have a mediawiki problem where, when clicking Create account or Login links, the site is not rendering the create account or login pages. To take the login case, the login link is https://b58.wiki/...
Jeremy Townson's user avatar
-1 votes
0 answers
21 views

How to create multiple services in Symfony simultaneously, each with its own custom tag?

I can create multiple services with the load method. ... but I want each service to have the same tag, with some attributes that can be inferred from the service class itself: // config/services.php ...
gremo's user avatar
  • 48.2k
-4 votes
0 answers
19 views

How to send a mail through PHP mailer? [closed]

In my project, I use PHP mailer to deliver mails. But there is an error found that resource not found. I tried echo print and try to get what is the error. but it also didn't gave a proper solution. ...
Thenuka Liyanage's user avatar

15 30 50 per page
1
2 3 4 5
97757