Category "php"

I am trying to migrate the table I have created but I keep getting an error that my database is unknown.I use XAMPP 3.3

SQLSTATE[HY000] [1049] Unknown database 'laravel' (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and ta

PHP file is not reading my js script file

I am trying to make sure my php file is reading my js file and when I click my decrease button, my console says Uncaught ReferenceError: decrease is not defined

Limit and Sort don't both work when used together mongodb php

Obligatory - I know this question has been asked before, but answers back then relate to the old mongoldb driver, I'm using the pecl mongodb php library. The ai

How to install xmlrpc in php 8.0 MACOS

Hello I need to connect an application with PHP 8.0 to Odoo. And I get the following error. PHP XMLRPC library is not installed How can I install this library

How to query for an entity that contains an asscociated entity in ArrayCollection field (many-to-many) in Doctrine?

Setup & Problem There are two entities in my Symfony project (Entries and Persons) that are associated by a many-to-many relationship. An Entry (extended in

Defining multiple encrypted parameters

I have encrypted parameters in my url, for example: Encrypted example.com/?auth= *****"encrypted data here including other parameters like &username=hellowo

FOSJSRoutingBundle : "The route xxx does not exist"

I created a new controller with a new route. I dump generate my new fos_js-routes.json with this command : php bin/console fos:js-routing:dump My new json was

Curl says SSL certificate is expired when it is not

When using curl on my server to access my other servers, I get this response: curl: (60) SSL certificate problem: certificate has expired More details here: htt

Adding basic data to database - Laravel 8 + ajax

My laravel framework version is on 8.83.12 I am trying to build a form that creates a database entry based on Vehicle data, Make, Model, Version.. etc. My Model

Can't use PHPMailer to sign with S/MIME, getting "Signing Error: "

I'm using phpmailer to try to send signed emails (S/MIME). I used this excellent tutorial by John Dalesandro to create a Self-Signed S/MIME Certificate and pack

Woocommerce - hide an element if logged in, show element if logged out

i've found the following code to make an element change to display:block; if a user is logged in .logged-in .price{ display: none; } and also <?php if ( i

Wordpress Form POST Request In Current Page Got Twice

I use wordpress shortcode to create a form and send post request in current page. But I will get twice post request so my mail will send twice. Hope someone can

Fatal error: Uncaught ImagickException: FailedToExecuteCommand `"gs"

I'm trying to convert a pdf file to image using Imagick. I got this error mesage Fatal error: Uncaught ImagickException: FailedToExecuteCommand `"gs" -sstdout=%

Using mysql in github workflow always leads to SQLSTATE[HY000] [1045] Access denied for user error

Im currently configuring a CI pipe for my laravel project via github actions. This is my build.yml file # GitHub Action for Laravel with MySQL and Redis name: A

PHP installation source

often we get a pack and made configure as habitual. I'm trying to set a dev enviorment with Apache (already installed), SQL and PHP. Curiosly, the PHP introdue

ajax load method and a while loop appears to only return 1 row

So i am calling a load method in ajax on my table. <?php include_once "inc/Header.php"; ?> <body> <head> <link rel="styl

How to group subarrays by a column value?

I have the following array Array ( [0] => Array ( [id] => 96 [shipping_no] => 212755-1 [part_no] =>

Replacement for "wddx_serialize_value" function in PHP 7.4+

I am using wddx_serialize_value function in my application, now I upgraded to PHP 7.4, But this function is removed from PHP 7.4, So what is the alternative for

How to get every words before () in a string

How can i get every words before the word inside a () $str = "There are some (Cat) which are wild"; $str = "Animal (Cat) is a domestic pet"; echo implode(" ", a

is there a way to put placeholders in excel files using phpspreadsheet?

is there any way to get placeholders in my excel file using phpspreadsheet? all I see I can do is using a specific cell to put my data into it eg. setCellValue(