Questions tagged as 'html'

1
answer

Problems with entering data in database [closed]

Well, I'm here with a problem because I enter all the data but it does not save me in the database. Does anyone here know the problem with the following codes: <form action="php/RegistoFederados.php" id="formF" method="post"> <...
asked by 11.06.2015 / 15:42
1
answer

Alternative for padding-nevative in table

I have a table, where I need to decrease the padding of the lines of the same. If I could use a padding-bottom: -XXpx; e padding-top: -XXpx; it would solve my problem. However, it is not possible to use negative values, as far a...
asked by 19.06.2015 / 21:53
1
answer

Slide error when inserting php code

I'm doing a video slide and everything was fine until I put the php code behind the database videos that I enter through the admin. When I change the code below: <div> <div u="player"> <iframe pHandler="ytiframe" p...
asked by 06.06.2015 / 04:37
1
answer

How to execute PHP file from function in JavaScript?

I have the following structure for registering a new MySQL database account (register.php): <?php $con = mysqli_connect("meu_host","meu_user","minha_senha","banco"); mysqli_query($con,"INSERT INTO contas VALUES (" + $id + ", " + $pass...
asked by 25.03.2014 / 04:09
1
answer

Return null JSP

Well, I'm having a little problem, but it's getting me down in a simple college exercise. The intention is only to make a program that receives an amount x and a value y, and multiply it. However, it is to use java methods, and also jsp .....
asked by 08.05.2015 / 17:21
2
answers

How to tinker with ul

Hello, I would like to put the "Exit" and the "Login | Register" up. Theinputfilewouldliketoleaveonlyonelargebuttonlikethiswithoutthatpartthatshowswhatwasselected. index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//E...
asked by 02.05.2015 / 02:12
1
answer

Why does my JS display alert when I do not need it?

My button works correctly and suddenly it does not work anymore: Updating user information with correct data does not enter the button event to update, but rather on the add event user because Usuario novo não adicionado, preencha corretam...
asked by 17.04.2015 / 20:27
0
answers

How to create table with the android email plugin

Hello! I've been breaking my head since morning and can not seem to make it work. Using only these HTML commands I need to create one table. Follow the commands if you do not want to enter the site: The table must look something like...
asked by 15.04.2015 / 21:25
1
answer

Duplication of generated HTML code

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Precetor - Perfil do aluno</title> </head> <body> <form method=post action='' name='artigoform'>...
asked by 21.04.2015 / 17:38
0
answers

How to change the image in the Water-Ripple effect, when changing the effect some

How to change the image in the Water-Ripple effect, when the effect changes, the picture that it comes from is taken from the internet: <div class="a ripples" style="background-image:url(http://placekitten.com/800/500)"> When I change...
asked by 22.04.2015 / 18:45