Skip to content

Inserting data in diferent tables

Im trying to add data to diferent tables in MySQL, but at the moment of run my code, it shows me a error is it “Fatal error: Uncaught Error: Call to a member function query()”, is the firs …

Upload Google Drive Files – PNG, JPEG, PDF

I currently have a function that successfully uploads jpg files to google drive. I was wondering how to modify the function so that I can upload pdf, jpg, png, and docx files to google drive as well. Here is my code: Any help is appreciated. Thanks. Answer In the case that the files of pdf, jpg, png, and docx…

Display JSON Response specific keys/values using PHP

I want to display specific keys and values from the following JSON Response I am using API to fetch the JSON values: I am trying to display with this php code but it’s giving blank screen, also the JSON values (I mentioned above) are assigned to $response variable. Addition – I can display track_s…

How do I add a filter on yii2 models

I have a query used to read data from a view. I am then applying a non related sql filter to this, to take out the models I don’t need and then returning an arrayDataProvider instance. The filter I am applying is the promotion period. However, when I pass query params to this search model, it doesn&#821…

CakePHP 4 Modifying Query Results IN TABLE

I am looking for an example or explanation on how I can modify a query result every time a specific table is called. All the examples I’ve seen are mainly meant for the controller. I’m kind of looking for something similar to the old function afterFind(). My goal is to put a function within my Tab…

redirect back in wrong route in laravel 6

i use Laravel 6 for my project and for some of controllers i have to redirect back so when i use in my project ,getting trouble and project redirect to automatically paste favicon.png to the end of the address also i use and check all route there is not any error in route i think something in framework change…

Create duplicate arrays based on a column value

I have the following array, the first item in the array has a quantity of 3 while the rest has a quantity of 1. These numbers are dynamic. How can I change that to the following output? So the first item that did have a quantity of 3 is now separated out into 3 array items and the quantity set