This is how I print incoming requests to the screen. var_dump($this->request->getVar()); Incoming Data order: user_group order_type: asc Output array(1
I try to display a view but I get a 404 not found error, but my code seems correct this is the route created Route::get('talk',[\App\Http\Controllers\TalkContro
I'm trying to make a request using curl with php, but I'm getting the following error. Could I be using curl wrong? I generate $jwt on top lines exec("curl -v -
I'm new in the forum so I apologize for any mistake I could make. I'm customizing a custom post type archive page and while creating it, I'd like to insert a li
I am new to PHP and jQuery. I wanted to test the functionality for the email contact form in PHP that I call from my jQuery file. I have been filling in the det
I was looking for a good way to manage a lot of background tasks, and i found out AWS SQS. My software is coded in PHP. To complete a background task, the wor
How to get a part of the url? query to be made: $name = 'LeSant'; // (from url dinamic) // $event = Dias::where('name', $name)->first(); How can I get name
I want to delete older images in public folder on update: My Controller code: try { $path = public_path('profile_images'); @mkdir($path, '0777', true);
So when I create a page with an image module, the image cant be seen. And when I inspect the element the divi image module generates a wrong image src url - It
I need to execute two or more queries at a time, fetch them one after another. Then I need to bind param and bind result in each one of them. I am trying this
Confused why getting this issue while trying to connect to my DB. Connection failed: No route to host <?php $servername = "HOST"; $username = "USERNAME
The task below overwhelms my PHP skills. That's why I'm asking for help here. In the MyBB forum, when registering, users must: Provide a 5-digit invoice number.
My cart doesn't want to update on subpages, even though I basically copied the same code from index.php (including the script). I checkec twice and everything i
PHP debugging in vscode using xdebug and xampp is not working even after all configurations. here is my php.ini file config: zend_extension = D:\Xampp\php\e
I have a search form to list properties/ads through certain criteria. I am trying to fetch all properties based on offer or demand, depending on what is clicked
My request url like this localhost/details?hotelid=2--tag&checkin=2022-05-13&checkout=2022-05-15&room=1 i want to like this localhost/details?hotel
I'm working in a custom module for drupal 8. I have a form and I'm trying to send by means of a submit button some data from my custom module to another php scr
How can I pass the list to the component variable? I tried to add elements of a list in @php tags like this , for now,, in the future, I will fetch this list fr
I am trying to yield a section inside another section which is itself yielded in master.blade.php, but it does not work. master.blade.php <!DOCTYPE html>
I tried to make the construction like figure1. figure1 In the local environment, I can access http://127.0.0.1 after running docker-compose up -d --build. And I