Questions tagged as 'phpmyadmin'

0
answers

Limit of rows database Joomla

Good afternoon, I'm trying to limit the display of database results to 200, but when I use the "LIMIT 200" command nothing happens: Follow the code below the connection: <?php if(!defined('_VALID_MOS')){ define('_VALID_MOS', 1); } if...
asked by 04.06.2018 / 18:18
1
answer

Problem inserting special characters in Mysql

When I enter some information in Mysql through the form on my system everything is wrong in BD, the characters ç ~ '^' buga everything, but manually entered in phpmyadmin. In HTML I put the meta charset UTF-8 tag and in php ini speech charset UT...
asked by 05.06.2018 / 17:46
0
answers

Access denied phpmyadmin

I have a small problem with PhpMyadmin when accessing localhost / phpmyadmin returns me the following denied access message Has anyone ever gone through this? I'm using linux manjaro and I've installed it through this manual: link   ...
asked by 23.05.2018 / 06:35
0
answers

Location search box in App Inventor

Hello people, help me, I'm doing an uber-style app in the inventor app as a college work, but I stopped at the following question, I'm using AppInventor and showing the map using the web method and using google APi, but I can only show my loc...
asked by 14.05.2018 / 01:13
2
answers

Number of "bound variables" does not match the number of tokens - connection

Fatal error: Uncaught PDOException: SQLSTATE [HY093]: Invalid parameter number: number of bound variables does not match number of tokens in C: \ xampp \ htdocs \ page-access \ function \ database.php: 48 Stack trace: # 0 C: \ xampp \ htdocs \ p...
asked by 10.05.2018 / 16:52
0
answers

Increase space in phpmyadmin

How do I get my table to impose more than 20,000 rows using xampp?     
asked by 05.05.2018 / 00:13
0
answers

phpmyadmin on nginx

Well, I installed ubuntu server 16.04 on my local computer, however when I go to phpmyadmin it's 404 error. I'm accessing the ip_local / phpmyadmin address Here is my virtual server phpmyadmin: server { listen 80; root /usr/shar...
asked by 18.04.2018 / 03:49
1
answer

Change button Sign in to logout

First of all, I want to let you know that I am a beginner, both in PHP and in the database, and thank you for help because I need to deliver a job and I am in deadline I have a login button and I want you to switch to logout when the sessio...
asked by 01.04.2018 / 02:39
2
answers

Problem sending something to database

So, I'm trying to create a page, simple even, to send some things to the database, (id, username, code_plate) but I can not, by removing the lines that give error, the page opens, however, to send only refreshes the page and does not send anythi...
asked by 27.03.2018 / 03:08
0
answers

Error in returning a SQL query with INNER JOIN in PHP, missing elements in the array that receives Query result

I'm having a problem in receiving the result of a query in an array, when I query the database the result I want works perfectly, but at the time of saving in the array in php it returns only one line that is not any of the lines of the query, b...
asked by 26.02.2018 / 17:52