Гость » 09 мар 2024, 17:11
Последнее сообщение Гость «
Гость »
I'm doing a little project where the user can upload multiple images from a simple form.
When I submit the form I go in a service page where I must save the images, but this not working.
So, I tried to print $_FILES , and I saw that it's empty....
Гость » 09 мар 2024, 16:52
Последнее сообщение Гость «
Гость »
I apparently cannot find informations about this topic. I use file_get_contents() quite often to load svg files in my websites (logos, icons..).
I sometimes wonder if that can slow down my pages. I mean, as opposite to directly paste svg markups...
Гость » 09 мар 2024, 16:47
Последнее сообщение Гость «
Гость »
I use Symfony\Component\HttpClient\HttpClient to retrieve the page content because I use a proxy.
// Customizing the client
$this->httpClient = HttpClient::create(
);
// I get the content of the page - everything loads normally, in the variable...
Гость » 09 мар 2024, 16:40
Последнее сообщение Гость «
Гость »
I have two problems.
First of all the remove a file from queue is not working well. When I use remove link of the chosen file from queue, the link refresh the whole page. For example when I chose two files and I want to remove one of them with the...
Гость » 09 мар 2024, 16:37
Последнее сообщение Гость «
Гость »
I want to Implement the following field in symfony2. It has 2 Radio Buttons, and they are styled like Switch using some bootstrap styling.
Example here
above html and bootstrap, snippet displays desired output
Гость » 09 мар 2024, 16:35
Последнее сообщение Гость «
Гость »
I want add one more option on this section
enter image description here
How I can do to find out the name of this function in Elementor?
Thank's a lot
I think I got the name of the function wrong, I tried to find the name of the function on the...
Гость » 09 мар 2024, 16:31
Последнее сообщение Гость «
Гость »
How can I get list of dates of the current month till current date of that month?The Code I have tried so far. I am getting all the dates of this current month.
Anonymous » 09 мар 2024, 15:55
Последнее сообщение Anonymous «
Anonymous »
Is there a shorthand for the following code:
$result = array_combine(array_map(fn($elem) => key_$elem , $array), array_map(fn($elem) => value_$elem , $array));
PHP Sandbox
I do not like the idea (from readability point of view) of having to use...
Anonymous » 09 мар 2024, 15:36
Последнее сообщение Anonymous «
Anonymous »
I'm having an issue with hosting a Slim API on XAMPP in local environment. When I access the API via localhost, I notice that it takes about 15-20 seconds to receive a response from requests. I'm trying to understand what the causes of this delay...
Anonymous » 09 мар 2024, 15:24
Последнее сообщение Anonymous «
Anonymous »
i want to get all the departments if location_id is 3 . that means if location id 3 is used i need to get the department_names of cardiology and hair
My controller
public function get_location_departments()
{
$d = $_POST ;
$data =...
Anonymous » 09 мар 2024, 15:18
Последнее сообщение Anonymous «
Anonymous »
Website link:
I have build a website with Wordpress and Divi. I am running into an issue, I hope you know the problem!
I have a custom Divi Blog Module. This not only grabs the default information from my blog posts, but also the info from a custom...
Anonymous » 09 мар 2024, 15:17
Последнее сообщение Anonymous «
Anonymous »
I'm working on project that need cut list optimization.
Need a best way to cut metal bars with given sizes and reducing wastage.
As a example,
//All values mention in below use meters
double DefaultBarLength=5; //constant value of single bar...
Anonymous » 09 мар 2024, 15:15
Последнее сообщение Anonymous «
Anonymous »
I have a list of optional clothing items as checkboxes, there may be a greater number than the 5 below.
shoes, pants, skirt, socks, jacket //list of possible choices
A comma-separated array is created in jquery of the chosen item. Let's say the...
Anonymous » 09 мар 2024, 15:10
Последнее сообщение Anonymous «
Anonymous »
In WooCommerce, I need to add a billing_legal_person custom field to my Checkout page that is selectable between Person and Company to reflect whether the customer should be taxed as a company or as a person. Then, the applicable VAT percentage...
Anonymous » 09 мар 2024, 15:07
Последнее сообщение Anonymous «
Anonymous »
I have two problems.
First of all the remove a file from queue is not working well. When I use remove link of the chosen file from queue, the link refresh the whole page. For example when I chose two files and I want to remove one of them with the...
Гость » 09 мар 2024, 15:04
Последнее сообщение Гость «
Гость »
Would anyone have any ideas on how to create a merchant session key for Opayo, using Wordpress, for use with their drop in checkout.
Struggling with the online instructions:
Гость » 09 мар 2024, 14:47
Последнее сообщение Гость «
Гость »
I tried my best to find the document as I believe it has the documentation of /wp-json/wc/store/cart . I found Woocommerce REST API documatation and the Woocommerce Blocks documentaiton.
Great appreciation if anyone can provide me the URL of the...
Гость » 09 мар 2024, 14:41
Последнее сообщение Гость «
Гость »
I changed laragon php version to 8 and after that apache won't run Here is the error:
Service apache can not start C:/laragon/bin/apache/httpd-2.4.46vs16/conf.... Syntax error on line 2 Api module structure php8_module error
Гость » 09 мар 2024, 14:28
Последнее сообщение Гость «
Гость »
Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST resulted in a `400 Bad Request` response: { error : invalid_grant , error_description : Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения