Questions tagged as 'phpmyadmin'

1
answer

How to put auto increment in php myadmin [closed]

I'm using PHP my admin, but n is showing up the auto increment option, what can I do?     
asked by 08.09.2016 / 13:27
1
answer

Select a row in phpmyadmin [closed]

Good afternoon guys. When developing for VB I used a select using the top, to select a certain line I wanted, however I'm developing in php now and I'm using the phpmyadmin DB and I would like if possible how do I select only one row, since I...
asked by 19.10.2016 / 19:03
1
answer

How to receive data from an html form with PHP [duplicate]

Good afternoon, I'm new to this area and I'm having trouble getting my html form data with my PHP code. My problem is that I am using the Inputs name format the following format name="data [Curriculum] [name]"  however when I enter the...
asked by 02.08.2018 / 19:13
2
answers

The mbstring is missing - NGINX PHPMYADMIN PHP 7.0.23 CENTOS 7

How can I resolve this error, since I am using php7, and can not download this extension. php 7.0.23 Nginx Centos 7     
asked by 25.09.2017 / 17:42
1
answer

Synchronize the server database with a localhost

I need to synchronize two databases so that their information is the same because of internet instability issues. I found the replication that exists in phpmyadmin, but since I use a cloud server I can not tweak its settings to convert my databa...
asked by 31.08.2017 / 05:47
1
answer

What steps should I follow for my online site [closed]

I created a site to organize myself use the database in phpmyadmin, for now I only use it on localhost however I want to leave it online, I know that hostgator offers free hosting but this is not the only thing required right? I would like to kn...
asked by 21.09.2016 / 02:12
2
answers

database only saving the password [closed]

This is my first post here, I've been following the forum for a long time but I never wanted to interact, today this will came along with a little problem ... To learn html, css, php and etc ... from tutorials, after countless failures...
asked by 14.11.2017 / 10:41
1
answer

PHPMyAdmin collecting data unnecessarily?

Below the code I have to collect the $_POST <?php $conexao = mysql_connect("localhost:3306",'user1','senhadementirinha'); $bd = mysql_select_db("recados"); ?> <form name="form" method="post" action="#">...
asked by 22.11.2017 / 14:45
1
answer

Domain Login System

Well let's see if you can help me! I'm trying to make a basic login system, however I have a problem, I'm still a beginner in php and I do not know much. I'm trying to make this form work correctly. <input name="dominio" type="text"...
asked by 26.08.2018 / 19:45
2
answers

Change date and date time format in MySQL

I do not want code to send the date converted to MySQL, I want to know if it is possible for the date to appear as 09/05/2018 09:59:54 instead of 2018-05-09 09:59:54 . Is it possible to change this in some configuration?     
asked by 09.05.2018 / 15:31