I am new to laravel and I am having an issue with DB problem. I have disabled 'only_full_group_by' sql_mode by editing /etc/mysql/my.cnf file. And I checked sq
Which api allow me as developer to move a video into a folder? I, for example, have the video https://vimeo.com/12345678. In my personal area, I created the f
I have a belongsTo field on the selection of which i want to show/hide another field using nova dependency container. But it only allows to give id in the depen
I am using this Instagram media post third party library. When I am logged in in my Instagram account every time I am getting a checkpoint (challenge) required
Following the documentation found here I enter php bin/console make:entity Product in Terminal and get the following error: [Symfony\Component\Console\Exceptio
Having a weird issue and I'm sure it's got something to do with the way my script is grabbing the value of the file input field. I know the controller function
I have a url from where i am fetching value using GET method and i want to replace that value with the 4 digit random number in the string like This is my main
Here's my current code: function get_coins() { global $conn; $new_sql = "SELECT * FROM marketcaps ORDER BY cap DESC LIMIT 25"; $new_result = $conn-
I am working on a QA forum using PHP and MYSQL. Now, I am creating an ask a question page like StackOverflow. In the input box when I enter a value then I get m
I am having issues trying to send images using Stripe Checkout Session, I am using Laravel 8, with the Backpack Admin panel plugin. I am using Stripe's prebuilt
I'm learning about PHP and MySQL. I have a lab that I'm working on where I have created a database (using the terminal in Ubuntu through a Virtual Machine) and
I trying to deploy my application (Symfony 6 and php 8) through the Gandi.net french service. When I run the command to deploy the app by ssh I get the followin
I am building a shopping cart for guests with sessions in laravel. I can add one product with quantity to the session variable 'cart.' However, when I add the s
I have created the following PHP in order to check if some username already exists inside a database. If it exists and the username+password is correct, I had
Basically, I am trying to make a multistep form like google forms and using livewire. By saving each single page data on next click. on some page, I am trying t
I created the project at the address D:\xampp\htdocs\dashboard\optimizedphp (gulpfile.js). What kind of proxy should I use? I tried many, but after changing the
Trying to insert data into MySQL database with PHP. I don't want to refresh the page. The data isn't inserted when I press the Send Message button, but the data
I have an interview coming up and a previous interviewee posted that this question stumped them: we have this array: $input = [ 'item/id' =>
I'm using PHP form to send user registration data and then handle it with PHP form. I need to register a few user types such as "normal users," "admin users," "
I've seen a lot of codes that places boolean in front, followed by comparison operator, and then the variable/function to test if (true === so