Questions tagged as 'mysql'

1
answer

How to show details of a product without reloading the page

Good, I am trying to make my kardex or history of entry and exit of my product. But I have a problem. I do not want that when going to see the details of a product the page requires recharging. But hide the first table ( producto.php ) where all...
asked by 16.07.2016 / 11:44
3
answers

Why does Undefined index mark me in PHP Using $ _FILES for Images?

Well my problem is that I'm trying to store images in my database in mysql this using the php language and you show me this notification Notice: Undefined index: file-1[] in C:\xampp\htdocs\Hidtruth\PHP\configuracion\save.php on line 8 H...
asked by 17.08.2016 / 18:16
1
answer

PHP: Error Database not selected

Excuse me, I have this little problem that I could not solve, I have a web system which I want to update at a certain moment through mysql_query, but it tells me that I do not have the selected bd This is the code to connect to the database a...
asked by 14.08.2016 / 20:16
1
answer

highcharts - show total sale per day

I need to know how to add the sales of my table by date. That for each date, the values of the total field are added, so that I can show it in my graphic report. This is my table: This is what I have advanced: <?php require_onc...
asked by 06.07.2016 / 04:02
2
answers

Error inserting data into MySQL using PHP and AJAX. (NO jQuery)

PHP class where I connect to the Database <?php class Buscador { var $host = 'localhost', $user = 'root', $pass = 'chachin', $db = 'employee', $conexion = 'Se conecto', $conexion_i = "No se Conecto correctament...
asked by 07.07.2016 / 02:29
1
answer

Laravel | Fill in 2 MySQL tables at the same time

I am working on an application in Laravel, and I have 3 MySQL tables: ( role-users-permissions_users ), I need to know how to fill 2 tables in a single register ie the user registers, a id is saved as a primary in the table " users ", and that...
asked by 02.07.2016 / 17:24
5
answers

Variable of SESSION for a form

I need to prevent the assigned filter from being lost when paging, modifying, deleting and / or searching for records. This is one of the 3 input I have assigned to a table in sql, all three share the $result . How do I add the variable...
asked by 06.09.2016 / 20:21
1
answer

Python Selenium Message: Unable to locate element

I am developing a web scraper in python that what it does is to take users and passwords from a database and then go to an external web page and fill out the form to later log in, it works perfect with the first username and password, but when i...
asked by 12.07.2016 / 19:34
2
answers

How to Show an Image in Modal Window Bootstrap

I have a table where I keep 6 data between them, a field where the path of an image saved on the server is saved. I have a button inside the page called details where clicking it shows a modal window with the information of this, but I do not...
asked by 27.07.2016 / 18:42
2
answers

Show mysql query of multiple columns on android

I need to show in Android the data I get from a query with mysql but it will result in several columns, since in android there is no such thing as JTable I was wondering how the information obtained by this query could be displayed.     
asked by 30.06.2016 / 08:02