Category "php"

Phpmyadmin error: 'Undefined index: utf8'

I installed phpMyAdmin, but I have an error on the main page: Notice in ./index.php#312 Undefined index: utf8 Index p.312: echo ' ' , $mysql_ch

Livewire retrieve Data from a relation manyToMany

in my blog project using livewire, i have a relationship manyToMany between tables posts & tags using a pivot table call post_tag when i want to edit a pos

Error when trying to open chamilo using LEMP on Centos7

I have been trying to set up Chamilo using LEMP stack (Linux, Nginx, MariaDB, PHP 7) on CentOS 7 using this link https://www.digitalocean.com/community/tutorial

JSON response TypeError - 'The "data" argument must be of type string'

The API I'm trying to fetch an access token gives me the following instructions (you can check for yourself at https://developers.finove.com.br/authentication):

laravel database error when I try to convert an string to datetime

I'm on Laravel project that I didn't start, my problem is when I try to do an insert on laravel. I need to insert a datetime, on Y-m-d h:i:s.v format but when i

Enable php on mac monterey

I try to install php on a mac M1 monterey, but this simple code is not interpretated : <?php phpinfo(); ?> I installed php with brew brew install php bre

ERROR when try to install cretueusebiu/valet-windows

Hi Guys i try to install cretueusebiu/valet-windows, but i found the error like this : $ composer global require cretueusebiu/valet-windows Changed current dire

How do I know in Magento if a given date is today / tomorrow / some day ago?

I would like to check, if a date is a today, tomorrow, yesterday, or Previous. But my code doesn't work. public function istimedate($timestamp=''){ $times

Laravel Echo Server, Redis, Socket.IO: Can't seem to make them work

I'm developing real-time app with Laravel. Since I don't want to use Pusher, I'm trying to make websockets work using Laravel Echo Server, Redis, and Socket.IO.

Visual Studio Code editor touch bar elements

I love working with Visual Studio Code. But I was wondering if I was able to use the Touch Bar of my Mac in a way that when I click on a button some HTML code w

A cookie is set but cannot be accessed with $_COOKIE; Rejected

I have a cookie set to record an admins location so if they session time out they can access the page they were last on upon re-login or if I send them a link t

PHP and Android Keystore encryption / decryption

I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.

PHP and Android Keystore encryption / decryption

I've been trying to get this for hours now, and I can't find what's wrong. I'm using a php RESTful API that I made to encrypt data using asymmetric encryption.

Phpmyadmin menu items are not visible. What would be the reason?

I installed my Laravel application on digitalocean with LEMP stack. Afterwards, I followed the instructions for phpmyadmin installation, but when I log in to ph

How to show the related categories on sidebar on the category/posts page using php

I have a quote website and it has almost 50 categories, with parent child relationship. What I want is when I open love quote page, on the sidebar it will show

Control Samsung TV (>2016) from php

Hello Everybody I'm trying to make a remote control for my Samsung TV which is a late model (after 2016) I found this page: https://gist.github.com/hkalina/b70d

Parameter for unsharpMaskImage to get Improved quality pdf after converting png to pdf

Image using converting png to pdf but the quality of created pdf is very low, so I am trying to sharpen the image using Imagick::unsharpMaskImage method but I a

I can't start xero oauth session in wordress plugin

I am trying to connect users xero accounts with my app and I have that problem Warning: session_start(): Cannot start session when headers already sent in /stor

How to display Google Locations reviews on my website with google api?

I know this question is common, however, I couldn't find any straight answers. All the answers have mentioned what is required to achieve this but no end soluti

How to set database dynamically based on client request in Laravel

I am using a Laravel Application as a backend and wish to set the database connection dynamically (and keep it until the page is refreshed) through an axios req