I am having a data in array format with key and value what I want is from first key 0 to key 6 data I want to store in a new array with index
I have two web application and Oracle servers. Web application server has the following details: Linux server (LAMP) oci8 PHP 7.4 Oracle Database server has the
I have a problem understanding use of CSRF tokens with Laravel/Sanctum. As I see, there is no need to create Sanctum API token to authenticate user, and conside
For some reason, with this code: header("Content-Type: text/x-vcard;charset=utf-8;"); header("Content-Disposition: attachment; filename=card.vcf"); header("Prag
Link on a variable doesn't work on a CMS page using Tinymce wysiwyg editor On the CMS page when we insert the variable and added the link to that variable, the
I have this form that sends information to the database and it works perfectly. Per-ho my question is how can I recover the email that I sent in the form of a p
When using php-data-analytics, if I call getTotals() on the runReport() response, I get a "RepeatedField" object: $params = [ "property" => "proper
I need to convert an associative array into a new associative array where the original keys are ignored and every two consecutive values become new key-value pa
I have looked at several tutorials and different explanations but although I have enabled imap in gmai, enabled the permission for insecure activities, my conne
I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the
I have some data stored in an XML file and want to be able to edit that through an HTML form on a PHP page. In the PHP page I'm calling an XSL file to turn the
hi i am trying to filter outputs of users who will put free text and wanna prevent XSS attacks so i tried this function i made to check <?php $patterns = [
Is there a equivalent of DynamoDB on Azure as a PHP session Handler? I found some very old articles online suggesting to use Azure Table Storage but it doesn't
I need to schedule the push notifications that offered by firebase cloud messaging by using a PHP code without cron job. I'm currently using this code to push n
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