Laravel efficient way to remove X records if there are duplicates
Issue I’m trying to write a query to be able to find duplicate records based on a column called hash…
get it fixed!
Issue I’m trying to write a query to be able to find duplicate records based on a column called hash…
Issue I have a layout that require to have the same form in 2 different place for mobile and desktop…
Issue I’m trying to filter returned header location after POST using below PHP code. The returned header location is required…
Issue I read a textbook and it said each() function is deprecated. The author has recommend his own replacement for…
Issue I have 1 Drop Down Which Is Used For Category (Food, Drink etc.) In my MySQL Table (t_menu_category) I…
Issue I need to send a form and a array/string to the server. My Ajax looks like this: var formData…
Issue I have the User model which define the following attribute: public function getAvatarUrlAttribute() { return ‘https://i.pravatar.cc/300?u=’ . $this->email; }…
Issue i have two the 1st one say country country_id country _name 1 India 2 Australia 3 Netherlands the 2nd…
Issue I am trying to build a site where I can upload multiple images with php and mysql but I…
Issue I cannot figure out what i am missing here. I am creating a hidden field on the checkout page,…