Questions tagged as 'phpmyadmin'

1
answer

MYSQL connection error on Android using php

I'm trying to connect my Android Java application via php with my MYSQL database and insert data into it, but despite the Android application reporting that the "user was successfully registered" the data I try to insert does not appear in the d...
asked by 10.12.2018 / 13:28
2
answers

Update the data associated with a specific name in a Database by PHP and SQL

UPDATE: This question will be long - note that I am very inexperienced in PHP . I have been trying to create a web page that can access a database created in PHPMyAdmin in the last few days, it is currently able to insert data into the databa...
asked by 15.12.2018 / 21:46
0
answers

Needing to generate XML in PHP

I need to mount a file in PHP so I can download it in XML : The file I am mounting is divided below into "Fixed Title" and "Data that Bring Bank Information": Fixed title <ASCII-WIN> <Version:5><FeatureSet:I...
asked by 18.12.2018 / 18:05
0
answers

Search for recipes with ingredients that you enter. How can I do this?

                                  Search for recipe with the ingredients that the user entered          In this code below, I can fetch recipes that have the ingredient that it reported. But I want the user to enter the number of ingredients he...
asked by 18.11.2018 / 18:12
0
answers

pymysql.err.OperationalError: (2003), I can not connect to the ubuntu server

I created a ubuntu 18.10 server and made it publicly available. I can access the url xx.x.xxx.xx / phpmyadmin , but when I try to connect through python3 I have the following problem: pymysql.err.OperationalError: (2003, "Can't connect to MyS...
asked by 12.11.2018 / 10:34
1
answer

PHP MySQL error - mysql_num_rows () [duplicate]

I'm having trouble correcting this error, I do not know much about language (almost anything). The error that appears on the page is this: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\Program Files (x86)\...
asked by 19.11.2018 / 07:44
0
answers

Upload FTP - PHP Progress bar

I have a code ready here, with upload to database and to a local folder that has a progress bar in javascript, however what I wanted was to use this progress bar to upload to a folder in an FTP and also to a database, but I am not able to change...
asked by 05.11.2018 / 13:33
0
answers

How to use the unique index in phpMyadmin

I have this table and would like to use 2 fields with the index UNIQUE . How do I do it? CREATE TABLE 'cpanel' ( 'id' int(11) NOT NULL, 'thumb' text CHARACTER SET latin1 NOT NULL, 'nome' text CHARACTER SET latin1 NOT NULL, 'emai...
asked by 09.10.2018 / 10:23
1
answer

How to run the same SQL Script (MySQL) on all the banks of my Server?

I have several Wordpress sites hosted inside the same server (I am an Agency) and I created a Script that creates users in the Bank of Wordpress so that each employee of the company can access each site with its individual login, since we curren...
asked by 13.09.2018 / 13:42
1
answer

Mysql help PhpMyAdmin How to insert a table into a bank?

How do I insert a table into a table? I am a beginner mysql user and a beginner in the programming world. I made the following code: INSERT INTO banco1( CREATE TABLE Cliente ( id INT NOT NULL AUTO_INCREMENT nome varchar(60)NOT NULL...
asked by 29.08.2018 / 19:45