Questions tagged as 'html'

2
answers

problems with color change through javascript

I have a javascript problem where every time I change the color of an element. Follow the code below: <script type="text/javascript"> var timer = setInterval(modCor, 5000); var cor = 0; function modCor (){...
asked by 13.06.2018 / 00:44
2
answers

Remove information select html

I have a page that has a select and wanted to know what option was selected in select <html> <body> <select class="form-control qa-product-options__quantity" name="quantidade" id="quantity"> <option value...
asked by 06.06.2018 / 12:20
1
answer

Simple form protection to prevent spam

I have the following form: <!-- Comments Form --> <div class="card my-4"> <h5 class="card-header">Deixar um comentário</h5> <div class="card-body"> <!-- Comentar -->...
asked by 06.06.2018 / 16:48
1
answer

Account with data and mysql data

Good afternoon, it's the following in my project I need to make an account so in the end to have the result for the client to know how much to pay, but I'm not able to do this account. In my case, I ask the days and then the room will have a pri...
asked by 06.06.2018 / 19:44
1
answer

Set up my site's favicon

How do I change this icon to use my site's favicon?     
asked by 06.06.2018 / 12:24
4
answers

Count number of records in a MySql table with PHP?

People, I have a database with a table called "users", and I would like to know how I can, through PHP, count how many records there are in this table, and then give an echo to show this amount on the page. Please help me !!     
asked by 02.06.2018 / 17:22
1
answer

Get span information inside div

I have the following structure in HTML: <div class="ui fluid search dropdown procuraAluno selection multiple active visible"> <select name="ci_direcionado" id="cisOptions" multiple=""> <option value=""></option&g...
asked by 31.05.2018 / 20:12
2
answers

How to overlay two sets of div's using CSS?

Hello everyone! I'm running a small project, it's a memory game. My idea was to create a div (which is the letter) and within that div put two other divs (which are the front and back of the letter). But when I stylize the front and back I can n...
asked by 01.06.2018 / 02:52
1
answer

Does not matter the products for the cart PHP || MYSQL

I'm making an online store and I'm having trouble making the cart, when I click on the icon to add to the cart, it does not matter and the cart is always empty. Andtheresult: Thisisthebuttoncode include ("db.php"); $molcomp_que...
asked by 30.05.2018 / 11:12
1
answer

Warning: Illegal string offset 'id_mol_comp' in

I'm having multiple errors    Warning: Illegal string offset 'id_mol_comp' in C: \ wamp \ www \ fanamol \ cart.php on line 167       Notice: Uninitialized string offset: 0 in C: \ wamp \ www \ fanamol \ cart.php on line 167 Referring to...
asked by 30.05.2018 / 17:14