Skip to main content
0 votes
0 answers
54 views

I am trying to add and delete data from an XML file using PHP. The addition works, but when I try to delete, the element is not removed from Training.xml. No error appears, it just doesn't do anything....
Abrar Almousa's user avatar
-1 votes
0 answers
27 views

I don't understand the dependency problem. PHP8.3-common is installed but version 8.3.29 I can't understand why it seems to be asking for 8.3.6 root@choir:~# php -v PHP 8.3.29 (cli) (built: Dec 18 ...
David's user avatar
  • 1
Advice
1 vote
10 replies
71 views

If I have several variables that are only differentiated by a numerical value within the variable name, is there a way to make the numerical value a variable itself and then pass that value to another ...
Realto619's user avatar
  • 113
0 votes
0 answers
54 views

We are a UK merchant using WooCommerce + PayPal Checkout (PPCP) in production. Some payers are prompted for an SMS OTP (‘prove it’s you’ / transaction code). The OTP SMS displays an amount in EUR (and ...
smashingtuck's user avatar
0 votes
0 answers
48 views

Using Hubleto 0.25 with PHP 8.1 to 8.5, on Windows (also tested on Linux and Docker, same result), I am trying to create a new app: Initialize Hubleto: php hubleto init Create a new app: php hubleto ...
GaGa's user avatar
  • 1
3 votes
1 answer
66 views

I’m working with Symfony AI and the LM Studio bridge to manage my language models locally. My goal is to add custom models that are not included in Symfony’s default ModelCatalog. My YAML ...
QuenK's user avatar
  • 31
Advice
0 votes
7 replies
129 views

Is there a shorter way to write the following in php? $bar = isset($foo['bar']) && $foo['bar']; or $verylongname = isset($_POST['verylongname']) && $_POST['verylongname']; I'm using ...
2Bias's user avatar
  • 61
0 votes
3 answers
142 views

I try with some regex to obtain only the URL of all the videos about $pattern but my $regex not work (in this case $pattern = "Greta"): $data = '<p><a href="https://www.youtube....
Yamile's user avatar
  • 55
5 votes
1 answer
95 views

version symfony 7.4 symfony/object-mapper 7.4 api-platform/symfony 4.2 php 8.4 Describe the problem So I've been reading about the new recommandation for API Platform which is to use and map DTO ...
Vincent PHILIPPE's user avatar
-1 votes
2 answers
88 views

I'm trying to build a PHP class for a recursive directory listing. It's simple class, but for any reason I'm loosing the connection as it seems (Or the error is anywhere else, but I do not find. The ...
balumba's user avatar
  • 43
-1 votes
0 answers
123 views

I have 2 tables customers and addresses (each customer can have many addresses) The customers table has two fields of interest: userName (varchar) userID (varchar) The addresses table has two fields ...
Mike McP's user avatar
-2 votes
0 answers
45 views

I am installing Magento 2 [Magento Open Source] edition. I have installed and enabled all required extensions for Magento installation. Installed the Elastic service, enabled all required extensions ...
JayminLimbachiya's user avatar
4 votes
1 answer
79 views

(Thanks for the updates about what was missing @AD7Six) I am using AMPPS to execute PHP Mysql and Apache. Recently I started using VS code in order to develop the PHP pages. But every time I open one ...
Gustavo's user avatar
  • 77
1 vote
1 answer
68 views

I own a jewellery company and I'm making a login system for my webshop. Here I'm using a register.php whereas I want to delay $_success and $_errors messages, and the code that is actually taking care ...
Rendevouz's user avatar
-3 votes
0 answers
120 views

I am running an Oxwall-based site and recently upgraded to PHP 8.3. Since the upgrade, I've encountered a strange issue with form validation. The Problem: When users fill out a form (e.g., Forum posts ...
Job's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
97626