Questions tagged as 'mysql'

0
answers

fetch_array with 3 parameters?

I was doing a pagination to show one by one the records of a bd but to show the data with the fetch_array it only lets me put two parameters. How can I fix it? $registros = 1; //registros por página $sql = "SELECT * FROM base1"; $result = mysq...
asked by 05.08.2018 / 16:09
1
answer

java.sql.SQLException: No suitable driver found for jdbc: mysql // localhost: 3306 / rch Spring MVC [duplicate]

Hello, I hope and someone can help me. I have a mysql connection problem with spring mvc and weblogic. The exception thrown at me is the following.         Caused by: java.sql.SQLException: Not suitable driver found for jdbc: mysql // lo...
asked by 04.08.2018 / 23:48
0
answers

I have this error in the execute statement when doing UPDATE: PDOException: SQLSTATE [HY093]: Invalid parameter number:

I come to you because I already exhaust the options. I already checked the answers and none of them answered my problem to see if you see the error ... This is my code: $Clave=$_POST["f_Clave"]; $Cantidad=$_POST["f_Cantidad"]; $Catego...
asked by 03.08.2018 / 18:08
0
answers

PHP strftime delete fix

I am creating an arrangement to fill a table with the query of a database, at the time of bringing the dates that are saved I format them in Spanish to pass them to the arrangement but it does not show anything. This is the php: <?php $s...
asked by 03.08.2018 / 15:00
0
answers

insert and update in the same table in codeigniter

I'm new to Codeigniter, I'm creating a Ws in php that inserts data in the database and then updates them depending on the user id and device and if not send me a message that corresponds to data inserted, data updated and if there is a repeated...
asked by 03.08.2018 / 16:56
2
answers

Ideas of how to validate scheduled dates and times by means of only input

To explain myself better I'm doing a school project together (as a team), the project is a dating management system in the dental office field. In which I am currently stuck since I do not know how to proceed to validate appointments, for exampl...
asked by 12.08.2018 / 22:43
0
answers

Upload content of TinyMCE

I have installed TinyMCE on my website and I upload the plain text perfectly to the Database but if I try to upload an image or video I create the label <p>&nbsp;</p> with the links the same happens to me ... Is it a pr...
asked by 07.08.2018 / 14:41
1
answer

How can you allow each user to edit their profile, use Laravel, and a generated one called InfyOm?

Good I am new in this, I am doing a small system with the framework of PHP Laravel, to start create a CRUD of a table that I have in a database of MySQL with the generator of InfyOm (Here you can see it and download it < a href="http://labs.infy...
asked by 03.08.2018 / 01:55
1
answer

Display manual data by screen, without collecting it from the database

I'm in a project and I have to make a filter and show the result on the screen, the case is this: public List<StatisticCustomObject> getPrueba(Date fDesde,Date fHasta, List<Long> transito) { /*TypedQuery<StatisticCustomObjec...
asked by 03.08.2018 / 11:53
0
answers

How can I find the tables that would cause an integrity error?

I find the following problem that makes me curious, since I could not find an answer looking: I have some tables that resemble the following scheme Suppose that table A has records with id 1 and I want to execute the next sql DELET...
asked by 06.08.2018 / 20:34