1,467,985 questions
1
vote
0
answers
11
views
Problem with request in my react native app
I'm the newbie here and newbie in React and laravel (computer science student)
I have problem with react native app.
I have backend with api on WSL with Laravel.React native app on Windows 11.
Problem ...
1
vote
0
answers
6
views
Laravel's ORM query using with() not working with paginate()
I am grabbing the related meetings with each Department, hence I would like to have a pagination for each meetings list. I currently have this in my Inertia Middleware to have it available in my ...
1
vote
0
answers
8
views
Multiple API Requests with ReactPHP
My Goals
Greetings,
I am quite new to ReactPHP ,async programming and software dev at all. I am currently working on an API that I want to make async. The API has to do massive amounts of API requests ...
0
votes
0
answers
30
views
How to Display Related Custom Post Type on WooCommerce Single Product Page Using Custom Fields?
So, here’s the situation: I’m using WordPress, and within it, there’s a query I’ve created using the Code Snippet plugin.
Plugins used:
Product: WooCommerce
Custom fields & custom posts: Secure ...
-1
votes
1
answer
24
views
How can I emerge two tables in SQL Database Using IF Statement [duplicate]
In my SQL Database, I have a table "TRANSFER" and columns with "amount_cr" and "amount_db." In my PHP Code, I have a PHP file that sends a report in the figure to $...
0
votes
0
answers
17
views
Include fully qualified url within PHP code without using an ESI tag [duplicate]
Would like to call a fully qualified URL such as https://www.example.org/abc.html and include that HTML code snippet within a PHP page.
The reason for this is that the entire PHP page is dynamic but ...
0
votes
0
answers
41
views
Sending video notes to multiple users using Telegram Bot API results in 404 error for subsequent requests
I'm trying to send a video note to multiple Telegram users using the Telegram Bot API, but I'm encountering an issue where the first request succeeds and all subsequent requests return a 404 "Not ...
0
votes
0
answers
12
views
Blockcypher Saying Transaction Successful Yet Doesn't Show Up On Blockchain Explorer
Greetings everyone I am developing an e-commerce site that allows bitcoin transactions. I am trying to allow buyers to purchase products on the site using bitcoin. I have setup a wallet system that ...
0
votes
1
answer
16
views
Cors issue local xampp server and react frontend
I have a local Xampp running on http://localhost (port 80)
This server provides an api in folder kiosk2/api (root file api.php)
The .htaccess file in this folder is
Header set Access-Control-Allow-...
0
votes
0
answers
20
views
How can disable CSRF for some individual pages in Laravel 11
I'm using Laravel 11.3 to receive events from Issabel. When I sending data Via Curl in an Eventhandeler PHP AMI file from Issabel, it shows HTTP Code 419 as server respond. ChatGPT told me some ...
0
votes
0
answers
28
views
Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` [closed]
i am using prestashop 8.2 with php 8.1.3
can anyone help to solve the issue below:
'pick_country' => Configuration::get('CEDEASYPARCEL_API_PICKUP_COUNTRY')?Configuration::get('...
0
votes
0
answers
15
views
How to Create a Responsive Property Table with Shortcode Integration: Issues and Solutions [closed]
I need a way to write a code similar to this table and integrate it into a shortcode. Here's a simple example of what I need to achieve. I would appreciate everyone's help in identifying and solving ...
1
vote
0
answers
31
views
Is it possible to disable the automatic UPC checksum check in TCPDF?
I'm using TCPDF to generate a page of retail store bin tags. These tags include a 1D UPC barcode. The system has worked for years, save for one problem: manufacturers and/or distributors occasionally ...
0
votes
0
answers
60
views
Running shell command on Ubuntu via PHP
I have a simple script that has this command in it:
shell_exec("source ~/.bashrc");
The output is:
sh: 1: source: not found
This happens with all commands. For example:
shell_exec("...
0
votes
0
answers
40
views
run script after load more button is clicked
I am using the Smash Balloon custom facebook feed pro plugin on wordpress. I have written a php script the alters the $content on the page with the facebook feed so that it changes the links in the ...