Questions tagged as 'html'

0
answers

Compare what is written on a button with the field in php

I'm running a question and answer site, shuffled alternatives, and so on. I'm having trouble knowing what alternative the user clicked on and whether or not it corresponds to what is written in the bank's "altercerta" field (MariaDB). But I h...
asked by 01.06.2017 / 01:07
1
answer

For for creating fields

I'm trying to make when the user enters a certain number in a <input> is created the same amount of fields, I tried to do it in a way that I found here, but I could not get it to create the number of fields I type, just create a lab...
asked by 08.06.2017 / 21:20
2
answers

Icon within the input

How do I put a icon inside of input ? input : <input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password" ng-pattern="/^(?=.*[a-z])(?=.*[A-Z])(?=...
asked by 09.06.2017 / 11:10
0
answers

Disordered slide

I'm having a problem trying to make a slide effect with java, but this is a problem, the images I chose are getting out of place as they can see below, I'll post the codes here who can help me thank you, Hugs !!! @charset "utf-8"; /* CSS...
asked by 25.05.2017 / 17:07
1
answer

Configure wordpress site in Xampp

I'm very lost in the configuration of a Wordpress site in Xampp. What I did: Site Backup; Import into the htdocs folder; Creating the "one" database in phpmyadmin . However, I did not create this site, so I'm having difficulty s...
asked by 23.05.2017 / 23:59
3
answers

Form Data

I have a form already formatted in CSS and HTML. How do I receive the data entered on the form after filling in? I do not understand much about PHP. <form class="w3-container" id="contato"> <p> <label><b>Nome<...
asked by 23.05.2017 / 15:03
0
answers

My bootstrap logo is too large and the remaining menus have a large empty space between them

<body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-to...
asked by 23.05.2017 / 10:22
0
answers

Translate PHP site with strings via require

I have a site in PHP and I'm translating it as follows: <?php require_once("includes/translate.php"); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><?php echo $site_title ?></tit...
asked by 07.06.2017 / 23:05
0
answers

Update using Json HTML and PHP

Good morning I need to update the data that is in my index TheyareloadedasfollowsJavaScript$("document").ready(function () { function gerarFunctionario(obj) { return '<div class="col-md-4 col-sm-4 col-xs-12 profile_details">' +...
asked by 08.06.2017 / 18:19
0
answers

Function to export table in html and php to Excel

The function really works in Chrome, but I'm having a problem making it work in IE and Firefox and I need to export in Excel to those two browsers for a project. What changes would you require? I already tried using ExecCommand for IE and...
asked by 21.06.2017 / 15:23