Skip to content

default() is not working in laravel migration

I am creating a to do list using laravel, and I have a table with the columns below: ‘title’, ‘description’, ‘completed’, ‘id’ The ‘completed’ column is set automatically whenever I add a new task to …

PHP Issue with isset function

I’m making a contact form for my website that uses php to send the inputted information to my email. My issue is that the isset php function returns false. I’m not sure why this is. Here is my php …

Bootstrap Dropdown menu issue on mobile

I will need some help with the menu showing on mobile. When the STORE menu is clicked on mobile version it does not expand and instead closes the general menu. Here is the link of the web page. Any help will be appreciated. <body> looks like Menu HTML Answer You have 2 Bootstrap navs, one inside the oth…

Making an array out of substr_replace

Hi everyone newbie here, I’m taking on the tedious task of changing a bunch of IDs for a game and turning them into a string. As you can see here I do this for ID 29 and turn it into Sharpshooter. Is …