Questions tagged as 'crud'

2
answers

error when uploading image with laravel?

I have a form in which I save an image, I save the image in the folder successfully, but the new image path with its new name is not saved in the database. Save something like: "C:\xampp\tmp\php71AA.tmp"' This is the part I use to get the...
asked by 24.09.2018 / 19:08
1
answer

Someone could please tell me what is my mistake

hello knows I try to do a crud with laravel 5.6 and with table called t_areaFuncional but my model is AreaFuncional and my controller AreaFuncionaController, deactivate .. the convention that laravel has. with respect to migrations ... my tab...
asked by 31.08.2018 / 01:14
2
answers

CRUD data with bootstrap and PHP [duplicated]

I have a problem with some statements that I am using for a CRUD of data with bootstrap, php and html. I have the following code in which I connect to the DB without including an external library. <?php function conectar_bd...
asked by 20.07.2018 / 20:52
1
answer

How to open a Modal, in CRUD of data with jQuery

I have a CRUD of DATA, in which I try to do something interactive with jQuery: This is the part of the table, in which it contains the data, and its buttons to edit, see etc. <td><input type="checkbox" name="check"></td> &...
asked by 29.08.2018 / 13:33
1
answer

Search for registration in Web Service Java

I am starting with this from the Web Service Rest and I have encountered the problem when doing a crud with the database. For example, I need to search for a record but not for its PK but for another field, is it possible to do this? Could yo...
asked by 27.04.2018 / 04:43
2
answers

PHP - Problems loading data in modal Bootstrap

I'm doing a CRUD, but in the updating part it's giving me war. I am using a modal, which is the following: <h5 class="modal-title" id="exampleModalLabel">Actualizar Información</h5> <button type="button" class="close" da...
asked by 24.04.2018 / 00:58
1
answer

CRUD of users, add more edit and update routes

I currently have a CRUD for the users. I'm using the edit and update path to modify the name and email data, but I need another edit path and an update path to change the user's password. I want to work them separately. The question is...
asked by 13.04.2018 / 02:02
3
answers

Delete data from a table connected to BD with Java

Today I appeal to you in order to ask your help for the following problem. Result that I have a table in JAVA that is connected to a BD (Mysql). I want to delete a record of this table but when I try it it marks the following error " incompatibl...
asked by 04.11.2018 / 11:03
2
answers

Update on laravel

I am new using laravel and would like to know how to pass the following query to laravel UPDATE users INNER JOIN tm_employee ON users.id = tm_employee.UserId SET users.groupId = '' WHERE tm_employee.id = ''     
asked by 23.10.2018 / 22:30
1
answer

how to edit and delete in laravel?

hi friends I am a beginner in Laravel and I would like you to help with this code to be able to edit and delete, since the create and the list I have. controller <?php namespace App\Http\Controllers; use App\Repositories\ProductRepos...
asked by 03.08.2018 / 09:36