Questions tagged as 'phpmyadmin'

2
answers

How can I make a query to a DB according to what I want?

Greetings, I'm doing a program and I want the same to have different types of queries to the database, because they asked me to do the following types of questions: Search by cedula Search by name Search for diseases Search by date...
asked by 19.08.2017 / 08:30
0
answers

How to point phpmyadmin local to server windows 2012?

I installed xampp in a server windows server 2012 and I am in the process of configuring, what I want is to connect to the server from my local machine, I did the ping test and I get to the server, in my local pc configure the config.inc file .p...
asked by 18.08.2017 / 15:39
0
answers

can a trigger be created in mysql insert for two tables at a time with inner join?

I'm doing a project in PHP and MySql where I'm working the audit part with trigger, I would like to know if it can be done in the same insert trigger for two tables .. append here the code I was testing from phpmyadmin CREATE TRIGGER Perso...
asked by 17.08.2017 / 01:16
0
answers

Do I need to know how to resolve this response from a go daddy server on my local server works with the code below?

500 - Internal server error. There is a problem with the resource you are looking for, and it can not be displayed. this is the connection to the database <?php $conexion = mysqli_connect("localhost", "root", "contraseña", " nombre bd"...
asked by 10.08.2017 / 21:00
1
answer

Problem when modifying fields in a table (Not stored)

Greetings, I have a problem with the following code, after trying I realized that something is happening with my variables that when I put them I stopped updating the data, I explain: I have the following code that works perfect for me:...
asked by 16.08.2017 / 14:33
0
answers

Show selected combobox option with PHP

I have the following code which fills me a combobox with options brought from a database: <?php $conexion = mysqli_connect("localhost" , "root" , ""); $bd = mysqli_select_db ($conexion, "empresa"); $destinos = mysqli_query($co...
asked by 14.06.2017 / 01:39
1
answer

Error in phpMyAdmin Undefined Index and AUTO_INCREMENT

This Error appears to me when executing, the weirdest thing is that it registers, but not the username. Why do not you register me? I will put the code of the pages here so you can visualize it better. On the other hand. Because i...
asked by 08.07.2017 / 21:05
1
answer

How to retain the Id for a query in the WHERE clause?

I am looking for how to make when the user enters the Id is collected, to later use to show only their information and do mathematical-logical processes. First I tried to capture the SESSION of the Id with a variable like...
asked by 05.06.2017 / 17:30
1
answer

Advanced search by button

I've been looking for a way to do the typical search in the navigation bar but this time using a button with the appearance of a link, I intend to make a MercadoLibre type filter This is my code: <?php session_start(); require 'extras/c...
asked by 20.05.2017 / 20:10
3
answers

Create in MySQL Database a Table State_Vehicle

I am doing a program for the administration of services of an auto mechanic workshop, in the there are tables like: Users, Clients, Staff, Services, Appointments, Vehicles and VEHICLE STATUS and a ternary table that could be called ServantServic...
asked by 18.05.2017 / 04:25