Skip to content

Undefined Array Key “image”

When i’m uploading image in my form it gives me Undefined Array Key “image” i’m giving it the EncType and right name but i don’t know where is the problem MySQL insert code HTML Code Answer please check my below code. it will be helpful for you.

If isset function variable paramenters php

I have this function The problem is that sometimes the variable Product $product doesn’t exist and this gives me an error. I would like to do a kind of if isset and if it doesn’t exist just apply the $product variable I’m new to programming I hope I don’t offend anyone with this questi…

Apply function to every element of a multidimensional array

I have a multidimensional array like this (please ignore the strlen): And I want to call “strtoupper” for every element (Value1, Value2, etc.) on each level of the multidimensional array (document, etc.). I tried array_walk_recursive($array, “strtoupper”); but it doesn’t work. Bu…

Custom Text in a href

Can someone help me how i can manage to support this to work with translation text option. so i want to replace text Are you sure with text translation like : {{ trans(‘plugins/real-estate::dashboard.no_review’) }} To read my information from my file. Any ideas how to do it? Cause if i input it li…