I am using SOAPclient in PHP for my integration but after so many tries and so many efforts I am not able to achieve what I was supposed to, Actually I am integ
Maybe someone could help me understand, because I m facing something that seems strange for me... maybe for a lake of knowledge arround http r
I've been searching for this kind of problem and I couldn't find one. I am using ajax to solve this problem but it didn't work out. I really want to have this s
I want to stylize the decimals in the price tag and want to delete zero decimals (before 190,00) and it should be (after 190,-) And the decimals after the "," i
I have already created a non-live chat search on Wordpress, but I am stuck on how to make a live dropdown search. I aim to achieve this; when one clicks on the
i am creating php script to take input from a data base containing [id,value,date] , there are many rows (increasing every minute using an api
We use owasp dependency check against a php project using composer. Many of the modules are forked from an upstream repo and into an internal git repo. Since th
i'm trying to upload images in between my blog content but when i select images from the gallery its shoes the error Route[/] not found, even though the route i
I have a simple PHP script that queries MySQL DB and deletes(unlinks) file(s) from an uploads folder when a condition (expiry timestamp) is met. Then it redirec
How can I make 2 forms which has the same method? One is responsible to open editaddresss.php with hidden addresse ID, and the second form (editaddress.php)shou
I am working on a registration form with Laravel 8 and Vue 3. The back-end is an API. In the users table migration file I have: class CreateUs
I am trying to create a sign-up page for my app. All the code works, but when I try to hide input box based on dropdown select, it doesn't work. I tried this: &
I am trying to collect Captcha images using the Python requests module and save them to file or load in memory for further processing, but nothing works as belo
Hi this code is working on php 8.1 PHP 8.1.2 (cli) (built: Apr 7 2022 17:46:26) (NTS) but not with PHP 7.2.24-0ubuntu0.18.04.11 (cli) (built: Mar 2 2022 17:52
hello Iam trying to make a project using php mvc and I used on it pdo wrapper package the main problem that when I use lastinsertid it always return 0 I know th
I'm using Laravel Cashier. I dont use reel users for payment $stripeCharge = (new User)->charge(100, $paymentMethod); Now, I need to preview invoice informa
I have the User model which define the following attribute: public function getAvatarUrlAttribute() { return 'https://i.pravatar.cc/300?u=' . $this->
I am unable to send media files especially images(jpeg) using the Clickatel One API. However, text messages are being delivered. Below is my code snippet for se
I'm trying to get all records from db using getRows method, to achieve that I need to implode special characters. In previous function, to get $ids I used: fore
When the DB transaction is timeouted the transaction is still active and seems to only finish executing after PHP transaction timeout If I lock the table outsid