Questions tagged as 'html'

0
answers

How to remove this URL DATA 64 and leave normal url file

When I upload an image, it adds a sequence of letters, numbers, and characters in the URL. I would like to know how do I change this, type, rather than appears this much of characters, simply appear the link of the image. Here is the JavaScri...
asked by 30.05.2017 / 23:55
0
answers

Pass generated javaScript code to another page inside the script tag

I have two functions one prepares the data and makes a call to Ajax and within the call to Ajax has a callback to another function. As per the code below: function retorno_pizza_nacionalidade(result){ console.log(result); } function grafico_p...
asked by 01.06.2017 / 23:18
1
answer

JavaScript function does not work after else if

To contextualize: The code is a page with some RadioBox where each one must have a function and each one show different HTML elements depending on the need (this worked perfectly). The problem is that in ready() function the code d...
asked by 02.06.2017 / 02:38
1
answer

Domain Forwarding / Mapping

I do not know if I used the correct terms in the question, but I'll explain what I need. I am developing a system, and in this system there should be profiles of entities / companies. Each of them would have its address inside the system....
asked by 16.05.2017 / 01:39
0
answers

Uploading image without refreshpage

I have the following code that allows you to choose a file and upload (VIEW IMAGE) . I have a form with several inputs and at the end it is possible to upload an image. the problem with my code is that when uploading it emits an echo even inst...
asked by 26.05.2017 / 00:18
0
answers

Remove / ufeff from json_encode result

When doing a registration using ajax, success does not execute the commands inside it, when analyzing the code I noticed that there is / ufeff in the value returned by php and I think this is causing the error. Code php: <?php header("C...
asked by 16.05.2017 / 02:16
1
answer

How to query MySQL and PHP database [duplicate]

I made a registration form that adds the information to the MySql database. But I created a query form and would like to know how to return information from the database. Insert.php <?php error_reporting (E_ALL & ~ E_NOTICE &...
asked by 26.05.2017 / 05:05
1
answer

Validation problem with Jquery

Hi, I have to make a code that validates a Form and I made my code all over and when I went to see the validations did not go in I tried looking for errors and ways to solve it and I could not find it myself. Could anyone help me make these vali...
asked by 26.05.2017 / 01:23
1
answer

Problem sending PHP to MySql

Good evening. I have a big problem and I can not solve it. I created a form to register and when I click send, instead of sending, the PHP code appears. I have already installed XAMPP and then WAMPP, but it does not work at all. HTML: <!...
asked by 26.05.2017 / 01:09
0
answers

failed, register data in database

Hello, I'm having some problems trying to register the form data in bd, Form Code: <form class="form-horizontal" method="post" action="processa/proc_cad_star.php"> <div class="form-group"> <label for="inputEmail3" class="...
asked by 14.05.2017 / 07:13