Questions tagged as 'crud'

1
answer

Automatic character insertion in a form to validate CPF [duplicate]

Friends, I'm doing a CRUD system and now I'm working on the consistencies, and the part that the user types the CPF, I want after entering 3 numbers, a point is inserted automatically, can someone help? Thank you in advance     
asked by 22.06.2017 / 20:20
1
answer

How do I make a form consistent so that it accepts only 100x100 images?

I am making a crud type system and have an input field for the user to send his photo, however the photo has to be in the size of 100x100, is there a way for the form to accept only images of this size or smaller? p>     
asked by 26.06.2017 / 21:28
0
answers

How do I do paging for categories and tags?

I'm creating a project, news site, and I have to do a paging using categories and tags, a news item has a category and more than one tag. I have a table with the posts of news, and I have the tables with categories and tags, what exactly I wa...
asked by 30.05.2017 / 17:11
2
answers

SQLSTATE [HY093]: Invalid parameter number problem in insert

I need to insert the following data through a form: TITLE DESCRIPTION PRICE HTML: <?php session_start(); session_destroy(); ?> <html> <head> <meta charset="UTF-8"> <title></title> &l...
asked by 17.05.2015 / 10:12
1
answer

GroceryCRUD error

Hey guys, I'm trying to use GroceryCRUD along with the Framework Codeigniter I'm doing the installation exactly as indicated in the grocery video tutorial but even without changing anything this is returning the following error: As...
asked by 17.01.2017 / 14:43
0
answers

Update with generic CRUD

I'm using a generic CRUD developed by William F. Leite and it caters very well, but I'm having a hard time making a change, I tried some possibilities but without success, what I have is this: // INSTANCIO A TABELA $crud = Crud::getInstance($...
asked by 08.12.2016 / 21:52
1
answer

Edit Codeigniter

In CodeIgniter and I'm having a hard time loading the data for it to change on the client form. The customer has to enter with his login in the part of cadastre and update his data. When he logs he goes straight into the form for it to change...
asked by 12.11.2016 / 15:17
0
answers

Doubts structure of a crud on Android

I have the following classes: Client, DAO Client and DAO. In the Client template I have the attributes and the gets / sets. In the ADOUNT I have the methods save (), change (), ... ie the crud. This class assembles a string with the parame...
asked by 19.10.2016 / 14:36
1
answer

Grocery CRUD Callback

I need to set a message for the user, after validating a callback function, however, I do not enter anything referring. It has a generic message that fits the entire form, I want it by fields. I tried form_validation->set_message , b...
asked by 09.11.2016 / 17:46
1
answer

CRUD U can not get ID and edit Update

People need a light to unfold a TIMESHEET. I have the following code. <form method="post" action="includes/input.php"> <button type="submit" class="btn btn-primary" onClick="send('login');" value="login" >Default</button&...
asked by 16.09.2016 / 00:45