Skip to content

How to get id logout usde

I’m using laravel 5.8 my question is how to get logout user id because I print logout user data on home page. public function userLogin() { return view(‘frontend.user-login’); }

Finding the index of " in a string

I’ve been having a (hopefully stupid) issue, and I was wondering if anyone could help. I’m trying to determine if a string begins with ", i.e.: "——– Original Message I’ve tried …

Adding values to MySQL [closed]

I am trying to test writing to MySQL database before putting all of the content of a registration form in a database but this something is wrong. Could someone review my PHP code to see where I am …

laravel sql query if and if condition

If column1 is equal to null I want my column2 to be between two dates in relation to the month and day, and if column1 is not null I want that column (column1) to be between two dates in relation to …

Include PHP file form Subfolder

I’m very sorry for asking such stupid questions which there are answers here, but I just don’t get, and I’m stuck into it. So, I will try to explain simply, what did I do. I’m trying to make a simple …