Questions tagged as 'mysql'

2
answers

How do I get field values?

My code $(document).ready(function(){ $('.formulario').submit(function(e){ e.preventDefault(); var inputId = $('.inputId').val(); $.ajax({ method: "GET" ,url:"localhost/api/32327ed48666154acb54810521d6f01e0d5de59e/m...
asked by 01.11.2017 / 13:32
1
answer

Get client id clicked and write to a variable to retrieve in a modal

My PHP code has a while that lists the registered users, from a MYSQL query. This list of users shows photo , id , name and a link to open a modal. Here is the while code: <?php error_reporting(E_ALL ^ E_DEPRECATED); $link...
asked by 25.10.2017 / 07:13
1
answer

String replace with single quotes - php / mysql [duplicate]

Hello I'm doing an insert / update to a database through a csv file. I am having problems when I try to upload the file and it is given with single quotation marks, such as "SANTA BARBARA D'OESTE". My insert is: $sql = mysql_qu...
asked by 01.06.2016 / 21:13
1
answer

I can not connect to mysql on the web server

You are experiencing the following error:    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE [HY000] [2003] Can not connect to MySQL server on' IPservidorweb '(111)' in app / class_universo.php: 59   Stack trace: # 0 app...
asked by 02.06.2016 / 01:33
1
answer

mysql_query () does not execute

I am trying to test if my database has connected properly from a query, but apparently mysql_query () does not execute and does not change my table. My code is this: <?php //conecta a base de dados $dbc = mysql_connect('localhost', 'dbweb',...
asked by 17.05.2016 / 20:06
1
answer

How to write the complete HTML of a form in MySQL?

I'm trying to write the full HTML of a form. Since I have a system in which each user can have their individual form of payment, which requires that each record the purchase button code for example, from PagSeguro. What generates this error w...
asked by 18.04.2016 / 18:12
1
answer

DynamicReports chart: comparing sales for years

In the chart shown in the image I show sales figures for some products. What I wanted now was to create a chart that would show the same information but compare the sales of these products in different years. Similar to the one found at this...
asked by 07.05.2016 / 05:37
1
answer

DynamicReports Dynamic Graphics Generation

Hello, I made some reports with DynamicReports link , when looking for how to make graphics I found several examples, but none with the data (shown in the graph) being fetched from a Banco de Dados . In my reports according to the...
asked by 15.04.2016 / 13:25
1
answer

Insert GET mode

Good morning,  This is the form of a form of my questions: <form class="form-horizontal" action="chk-gerente.php?nro_pergunta=<?php echo $nro_pergunta; ?>" method="GET"> <fieldset> <legend>Pergunta <...
asked by 13.02.2016 / 04:43
1
answer

Problem to execute project [closed]

I can not run my project from the error    "com.android.ide.common.process.ProcessException:   org.gradle.process.internal.ExecException: Process' command   'C: \ Program Files \ Java \ jdk1.7.0_79 \ bin \ java.exe' 'finished with   non-zero...
asked by 30.12.2015 / 00:04