Questions tagged as 'mysql'

0
answers

Error Showing a data

Good to know how to solve this error: Fatal error: Uncaught Error: Call to a member function fetch_array() on boolean in C:\xampp\htdocs\Horarios\paginas\actualizarsubjects.php:12 Stack trace: #0 {main} thrown in C:\xampp\htdocs\Horarios\pagi...
asked by 14.12.2017 / 23:24
0
answers

Non-zero exit code (1) Python PyCharm

I am installing the MySQLdb Module from the PyCharm and it throws the error Non-zero exit code (1) . Does anyone know how I can fix it? Do I have to update the version of PIP ?     
asked by 27.11.2017 / 16:52
2
answers

How can I add to an array of several objects?

I'm new to this and I'm trying to make a recursive function in php public function recursive_tree($valor) { $consulta = $this->Modelo->Getdata('getHijos', $valor); if ($consulta->num_rows() > 0) { foreach ($consulta...
asked by 27.11.2017 / 17:27
1
answer

How can I add a value to a database from sqlalchemy python?

Good afternoon friends of stackoverflow I have a question. My doubt is that I want to enter a value to a field already registered in a database by means of sqlalchemy python using flask as a microframework here is my code example. @app.rout...
asked by 27.11.2017 / 19:10
0
answers

Problem uploading files to mysql with ckeditor

I have a field null to be able to fill it in after the others in the table and it does not leave me. I do not know what I'm doing wrong. This is the code that you insert in the database, the funny thing is that when you hit the button...
asked by 27.11.2017 / 21:48
0
answers

Put image from Database in Marker

I have a database where I store the path of images which are in a folder, I want to bring the image using PHP and then put it in a marker, the code I have to do this is the following: that code take it out of link but I still can not see the i...
asked by 27.11.2017 / 22:21
1
answer

Get all values 0 in mysql query

estimates, I have a problem with a query because it does not show me some data with the query that I have shown me this table and that table does not show me id_question 2,6,16,17 type 3,3,3,3 amount_response 0,0,0,0 The query tha...
asked by 27.11.2017 / 05:45
1
answer

How to upload a text from summernote to mysql

I have a text in javascript with the library summernote but I do not know how to upload it to mysql below is the code I have <?php session_start(); if (!isset($_SESSION['user_login_status']) AND $_SESSION['...
asked by 27.11.2017 / 15:01
1
answer

subConsulta select transformed to DQL

I am using MySQL and I have this select : Select TOP 15 Item DescriptionforSales , (select top 1 Retail from Pricelist where Pricelist.peachitemid = products.peachitemid ) as Retail " From products where imagen=1 and active=1...
asked by 26.11.2017 / 22:17
1
answer

After submit in a popup and insert in bbdd I get a blank page

I have a modal that when I give Save it saves me in BBDD (mysql), the insert is stored in bbdd correctly but I get a blank screen when I simply want the modal to close. Any ideas? My code is all in the same file, I pass the code to you....
asked by 02.12.2017 / 19:45