Anonymous » 05 мар 2024, 08:35
Последнее сообщение Anonymous «
Anonymous »
I have multiple strings and I need to remove repeated chars. For example: the string here abbbbbc x should become here abc x or the string test jjka should become test jka.
After studying, I came up with the code below which works fine (it uses...
Anonymous » 05 мар 2024, 08:28
Последнее сообщение Anonymous «
Anonymous »
I've got an API that checks with a sql database for a part number but there is one case where there are multiple part numbers for one SKU and when it gets that result it returns nothing on the UI, is there any way to choose one of the results? for...
Anonymous » 05 мар 2024, 08:10
Последнее сообщение Anonymous «
Anonymous »
I'm trying to upload a file to a SharePoint document library using PHP and OAuth2 authentication. However, I'm getting an ID3035: The request was not valid or is malformed. error. Here's my code:
// URL of the SharePoint site $site_url = ' // Name...
Anonymous » 05 мар 2024, 07:38
Последнее сообщение Anonymous «
Anonymous »
I'm using PHP 8 and Elasticsearch 8 through Composer. I thought it was very easy to use this feature but somehow I got the error: Http\Discovery\Strategy\GeneratedDiscoveryStrategy.php Failed to open stream: No such file or directory Stack trace...
Anonymous » 05 мар 2024, 07:27
Последнее сообщение Anonymous «
Anonymous »
I'm seeking assistance with customizing the sale bubble display in WooCommerce. Currently, when a product is on sale, WooCommerce displays a sale bubble indicating the percentage discount (e.g., 20% Off ). However, I want to modify this display to...
Anonymous » 05 мар 2024, 07:24
Последнее сообщение Anonymous «
Anonymous »
Inside docker i have installed redis stack server and i am using nodejs express api to test redis time series command however it always throws an error **unknown command TS.CREATE or TS.ADD ** but inside redis-cli redis-timeseries works perfectly....
Anonymous » 05 мар 2024, 07:15
Последнее сообщение Anonymous «
Anonymous »
I want to display data sent from an android app using POST request to a simple html website whenever a button in the app is pressed. I'm hosting the website and the php file to handle the POST in xampp apache, I've set up the server so the app on my...
Anonymous » 05 мар 2024, 07:10
Последнее сообщение Anonymous «
Anonymous »
The screenshots above are the errors. I have every configurations needed. The version of php installed and the xampp contol panel as well. Followed the guide too. The yii project folder is from my co-worker and I intend to run the system in my pc so...
Anonymous » 05 мар 2024, 06:56
Последнее сообщение Anonymous «
Anonymous »
In the project we have been using the google/cloud package's SpeechClient. I'm now in the process of upgrading it to the not deprecated /V1/SpeechClient, but I'm having an issue where I get the following error
Anonymous » 05 мар 2024, 06:54
Последнее сообщение Anonymous «
Anonymous »
I have testet laravel Horizon on my local environment and everything is working as expected. When I am switching to production domain/horizon throws a 403 error. I have set the gate in HorizonServiceProvider as stated in the documentation - First...
Anonymous » 05 мар 2024, 06:36
Последнее сообщение Anonymous «
Anonymous »
I'm having a problem in making the multi-select dropdown of select2 work in my livewire code. In my code, there are radio buttons where a user will select either of those and then a dropdown will appear. Here are my codes.
DynamicERequestButton.php...
Anonymous » 05 мар 2024, 06:30
Последнее сообщение Anonymous «
Anonymous »
I'm working on a project using the ESP32-CAM module, where I capture an image with the camera and send it to a server using an HTTP POST request. The server then processes the image using an AI API. The image transmission part works correctly, but...
Anonymous » 05 мар 2024, 06:18
Последнее сообщение Anonymous «
Anonymous »
I need to create a product type from my module Ccreate my product after that with the product type created before. Create the default variant
how can I achieve that?
for example:
// First, let's create a product type $productType = new...
Anonymous » 05 мар 2024, 06:08
Последнее сообщение Anonymous «
Anonymous »
I'm in the middle of a proof-of-concept work, related to Twitter/X API integration and automation. This step is for basic exploration, so the code is not production ready.
Context: Laraval 10 (no flexibility to change - unless versions like 9 or 8)...
Anonymous » 05 мар 2024, 05:32
Последнее сообщение Anonymous «
Anonymous »
I have 2 php pages which have forms embedded. They both work interdependently, but I'd like to put them on on a single page. One form takes user input then does a MySQL search. The other is a simple menu using the case statement I've looked at...
Anonymous » 05 мар 2024, 04:20
Последнее сообщение Anonymous «
Anonymous »
New to plotly.js and trying to get it working on a WordPress page in a custom form using PHP and JavaScript. I enqueue the script, and I have confirmed it is being loaded when the page loads. I then setup the data and layout for the chart (this part...
Anonymous » 05 мар 2024, 03:46
Последнее сообщение Anonymous «
Anonymous »
i want to use jwt header authorization in my project but when i use $_SERVER to get token from header it's not working. I've modified .httaccess file but still nothing.
CGIPassAuth On RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.+)$...
Anonymous » 05 мар 2024, 03:18
Последнее сообщение Anonymous «
Anonymous »
I am attempting to get a nested loop to retrieve information from a database and arrange it by type. It retrieves the data but arranges it weird, kinda like this:
Crawler Dozer Excavator |Unit |Type |Year| Make | Model | Engine |...
Anonymous » 05 мар 2024, 03:08
Последнее сообщение Anonymous «
Anonymous »
I created a new database, but i can't find when i try to list the databases from MySQL (Show databases;) and i get PHP Fatal Unknown database 'video_player'.
I tried to change name and create a new one but the same problem.
Anonymous » 05 мар 2024, 03:01
Последнее сообщение Anonymous «
Anonymous »
I have such a code:
$ch = curl_init(); curl_setopt($ch, OPTION_1, value1); *** curl_setopt($ch, OPTION_2, value2); *** curl_setopt($ch, OPTION_N, valueN); *** curl_exec($ch); where curl_setopt operators are in different (sub)procedures so I need...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения