Posts by Léo Andrade • 149 points
16 posts
-
0
votes0
answers44
viewsQ: Pagination ordered by ID
I have this system as a menu How can I get him to pass the products and return through the ID saved in the bank? <nav class="slider__nav"> <button class="button button--nav-prev"><i…
-
1
votes0
answers94
viewsQ: List in PHP using Next and Previous
I have a system of next and previous with zoom What I want is that when I click on next or previous product change by ID from the Bank. and in the zoom show the zoom of the image that is on the…
-
1
votes2
answers1093
viewsA: Display data on screen according to clicked ID
I advise you to work on mysqli then you can select only table that is SELECT * FROM alunos after you give a <? php while($ln = mysqli_fetch_assoc($result)){ ?> then lists each one that will…
-
1
votes1
answer299
viewsA: Contact Form HTML + PHP
What happens that besides not having the method='post' you are not giving action in sending. <input type="submit" id="submit_contact" value="Enviar" class="wpcf7-form-control wpcf7-submit"/>…
-
-4
votes1
answer809
viewsA: Difference between position Absolute and position relative
the absolute all content tends to respect his position. already the relative respects the position of the content.
cssanswered Léo Andrade 149 -
-2
votes2
answers70
viewsA: Javascript for each record in my view
The ideal in this case would be to use a modal. and pass the value of each id to the modal would be well but practical. he would find the id and show certain functions of each id.
-
-1
votes2
answers964
viewsA: Leave image with the <img> proportional tag in relation to div
background-repeat: no-repeat; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%; If she has a background .
-
0
votes2
answers190
viewsA: Edit the style of the external div tag of a box in Shiny
I don’t know what it’s like in Shiny but in css would be .box { width : 4px; padding-left: 0px; } I don’t know if it helps.
-
-3
votes1
answer50
viewsQ: Values in PHP search
I have the following arguments: //passo o valor para a variavel sómente se o get existir $valor_pesquisar = isset($_GET['pesquisar'])?isset($_GET['pesquisar']):''; if(!isset($_GET['pesquisar'])){…
-
2
votes1
answer149
viewsQ: Undefined variable php error
I have a page that searches the products in the database and shows me in the index through a include or index.php shows include with the products. have no include an option to search by name the…
phpasked Léo Andrade 149 -
0
votes4
answers691
viewsA: How to send form data to mysql?
A quick solution would be to create in the table numero_mesa pedido_refeicao ** para os pedido da refeição num_refeicao ** lista a quantidade de refeição pedido_bebida ** lista as bebidas num_bebida…
-
0
votes3
answers458
viewsA: Search between Jquery columns
$(function(){ $(".input-search").keyup(function(){ //pega o css da tabela var tabela = $(this).attr('alt'); if( $(this).val() != ""){ $("."+tabela+" tbody>tr").hide(); $("."+tabela+"…
-
2
votes1
answer336
viewsQ: Time in Mysql and PHP
Next people are with a current_date in the MySQL and return me the day of registration only in the format of the bank : 2017-01-06. How do I leave it in format: Friday, 06 de January, 2017. To…
phpasked Léo Andrade 149 -
1
votes1
answer451
viewsQ: Delete Registration in Bd
I created a system for post creation. But I am not able to delete in the bank but appears the confirmation of Deleted Successfully! <?php $db = mysqli_connect("127.0.0.1", "root", "", "photos");…
-
2
votes3
answers12797
viewsQ: Refresh page after action
I have a function to change records in the database and use a modal to show success or error message in the change. The point is I can delete, but I would like after this function to be completed…
-
1
votes0
answers359
viewsQ: Delete rows from table
I have a table with a list of registered debtors I want to rule him out if he pays. With a base I managed to create the function and everything, but when I update the page, it comes back. <!--…