Questions tagged as 'phpmyadmin'

2
answers

Connect Database in Java Menu

I need help to connect the database to a menu created in Java, the menu is about a store in which an order is placed and the products are in a database which can be added to the order as required. that the client wants, what I need is that the b...
asked by 22.07.2016 / 00:06
1
answer

Restore phpmyadmin users with XAMPP in windows

Good morning everyone! I have the following problem, accidentally delete all the users from the phpmyadmin and now I can not enter anymore because there is no user. How can I restore all the lost users? I do not want to lose my database :( URGEN...
asked by 04.04.2017 / 17:36
1
answer

Export Mysql Data with php

Greetings, I'm trying to export mysql data to an EXCEL using php, The problem I have is that when I try to export the data is not exported, that is, it shows the data on the screen again, but it does not give me the window to export .....
asked by 11.09.2016 / 11:57
1
answer

How to compare a query with 2 variables at the same time in a table of the BD?

I have an elaborated application, everything works excellent, I only have one detail: I need that when making a query (The plate of a vehicle) it is compared at the same time with 2 variables of a table in the BD (plate_1 and plate_2) How can I...
asked by 10.04.2016 / 22:58
1
answer

Query to show data of a form

How do I make my computer display the data on the same page of a form simultaneously when they are sent to a database? It is for a comments section that I have planned to put on the web page that I am creating and also put the date and time resp...
asked by 27.12.2018 / 00:21
0
answers

Error creating tables

I have the following error Can not create table 'base1.articles' (errno: 150) by passing the create table command to my database, which does not allow me to create the table posts within it CREATE TABLE 'articulos' ( 'id' int(11) NOT NULL A...
asked by 21.11.2018 / 00:56
1
answer

Fatal error: Call to a member function query () on null when making a query

I'm trying to do a project with php and mysql in MVC. but I get this error when I want to ask a question. The code of the connection and the query is the following: <?php class dbNBA{ private $host="localhost";...
asked by 24.10.2018 / 05:19
0
answers

Doubt when Showing Logeado User Records

Good morning, I have a problem showing the information of each user, in this there are some forms which they store in a database, the code is as follows: User Login: <?php session_start(); require 'funcs/conexion.php'; include 'funcs/f...
asked by 13.11.2018 / 16:10
1
answer

Implement system remind me

I am doing a web application and I would like to know what is the best way to implement a "Remember Me" or "Remember my data" system. In other words, I want the user to be able to mark a "Remember me" box when logging in, and I do not have to...
asked by 04.09.2018 / 13:24
2
answers

How to insert value of an array with $ _SESSION in mysql?

Hi, I have a SESSION variable that contains this data (id, name, quantity, price) is a shopping cart, so when I bring this variable with all the content to my other page I do not know how to insert the amount that this array in the specific fiel...
asked by 13.08.2018 / 03:23