Skip to content
Advertisement

<input type="text" assign id value to php string

I have a modal form to write employee working time stamp to an SQL database. I select the employee from a dropdown menĂ¹ and fill by javascript function the name and surname input box using the id tag. …

Laravel 8 Does Not Show Data From DB

I’m working with Laravel 8 and I have made a resource Controller to return some results from MySQL table so index() method of this Controller holds: At at index.blade.php I added this: So as you can see, it look fine but the problem is it does not show me any output! I mean no results and no errors at all.

Crud Destroy isnt Destroying [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 1 year ago. Improve this question Im doing my first CRUD(Vue-Laravel) and im getting an error in the backend. My Laravel.Log: My backend: My frontend: Answer If you

Undefined database variable

Blog.php code below: blog_index.php code below: I can’t see where is my mistake, it raises a errorException: “Undefined Variable:dados”. About $categorias variable, am learning how to use more than one table per controller. Codeigniter version: 4.0.4 Running through xampp Answer Controller Blog.php View blog_index.php Note :- For Reference see this:- https://codeigniter4.github.io/userguide/outgoing/views.html#adding-dynamic-data-to-the-view

Advertisement