my pdo last insert id returns 0 here is the code $bdd->beginTransaction(); $requete = $bdd->prepare('INSERT INTO reservation (code_salle,date_res,code_c
I am preparing a reminder application. I have a reminder table in this application. On the other hand, I want to send special e-mails to all people in this tabl
I wanted to try to create a simple chatbot web-app using Laravel Botman. I've created a new Laravel project but when I try to install Botman through the termina
I am trying to change the below libsoium predefined constant SODIUM_CRYPTO_AEAD_AES256GCM_NPUBBYTES from 12 to 20 and I am unable to find where this is being se
I wrote a function in PHP which writes the elements of a two-dimensional array into a CSV file. function downloadCSV($data) { header('Content-Type: text/csv
I have a GET route with a wildcard day. This day wildcard is a string like so: 20220507 (YYYYMMDD). After validation the string I wish to make a proper response
I have a problem with id i get error Attempt to read property "id" on null (View: /resources/views/admin/Attendance/description.blade.php) view code that show
I have been trying to implement the Agora cloud recording functionality for a few days with some difficulty. The API documentation is difficult to work with, an
How to extract id from this response. I tried like this But return blank page. Below is the response what I'm getting. <?php $res = json_decode($sentMessage
I am inserting some data in Timestream but I cant figure out how to have a unqiue ID. $date = new DateTime(); $time = strval($date->getTimestamp() * 1000);
I have a problem that gave me nightmares for couple of days. I am trying to run some python script from a PHP file. I am using wamp64 for hosting. Python script
I am trying to access with ssh in to bit bucket . I am able to access using my key - id_rsa . But I am trying to make a different key for bit
I want to add the product description / Additional information (dimensions and weight) to my client's products on the shop page. It's an online art gallery and
I have a form on my website with several different textareas. HTML/PHP foreach ($bla as $blabla) { .... other php-code (not relevant) .... echo '<textare
Somebody know in what phisical file in prestashop 1.7.5 (TPL) appear the message sections of product orders? i need modificate the line where show the message (
I'm very new to Laravel. I'm trying to integrate temporary image upload to my forms. What I want to do. When the user selects a image the image gets uploaded te
I have a problem with curl remote login, i don't know what the issue , tried the code with other site working but with my customer website not working function
I want to print what I input in wordpress, but I still not get the variable from different function in the same class The following is my code: class Test{
This is my code in blade file : <form action="{{ route('user.delete') }}" method="Delete" class="row g-3"> @csrf <div class="col-a
I'm using Laravel - Lighthouse-PHP GraphQL server, and when I deploy it to production, I have to write public in the URL in order to work: https://example.com/g