Skip to content

The correct implementation option is using the magic method __call()

There is a Controller class that contains the magic __call() method, which, when passing an argument, gets a name and creates an instance of the corresponding name. The properties $this of the Controller class are passed to the constructor of this class in order to use the req() function. For example, I recre…

How to show data of current logged user in laravel

I have three tables. First is user which has an ’email’ as a username. Second is customer which alos has email column. And third table is shipments. The shipment has relationship with customer table. …

how to get value using get method from php

below is url : http://test.com/admin.php?&state=JAMMU+&KASHMIR using get method i want value of parameter state. thanks for help Answer Try the below code Update: To get & as a value in GET variable it first need to be encoded i.e., The url would be

What causes the user access error in this Laravel 8 application?

I have made a Laravel 8 application (link to GitHub repo) that requires user registration and login. I am currently working on adding user roles and permissions. I have 3 roles (types of users): Admin, Author, and Member. Each type of user should have access to a section of the dashboard. The users table: The…

PHP / Xpath – if / else to check external site div content

I am using XPATH and PHP to retrieve operational status content of an external website div How can I test if the text within the target div ‘status’ is “All Systems Operational” example (I know it’s not correct!) Answer Use this XPath to test it already using XPath: