Questions tagged as 'html'

0
answers

How to Refresh the Page without losing what's in $ _POST ['x']?

Hello I'm using this method to refresh the page: header ("Refresh: 0"); But I would not want to lose what's in $ _POST ... How to proceed in this situation?     
asked by 01.08.2018 / 02:41
0
answers

Ajax / Json POST Treatment

I'm having trouble sending Json to my Controller in PHP:    See,insendingmyLogintheparametersthatarebeingsentintherequestareexposed,thusbeingavulnerability.Myquestioniswhetheryouwouldhaveamethodofsendingwithoutrequiringanexternalcryptography...
asked by 31.07.2018 / 13:41
0
answers

How to properly update php

Hello, I am doing an administrative panel where the administrator can edit the Name, User and Email, but he does not perform the UPDATE in the database but in the message he says that the update has been followed by the Update code. <?php...
asked by 28.08.2018 / 03:37
1
answer

Grid bootstrap containers side by side

I'm doing a PHP project, and in it I have to display the products on the main screen once it's registered, it's displaying one below the other, but I want to show them side by side, by giving a float-right everything and moves all the pro...
asked by 20.06.2018 / 07:13
1
answer

Redirect to the next page after downtime

Good morning! Home I'm creating a rating system, it's choose the option , the user is redirecting to another page to leave a comment , and followed > show another page to thank , and everything back to the beginning. Home But there are user...
asked by 20.06.2018 / 12:18
0
answers

Implementing Skype to the site

I'm testing the skype WebControl feature, where it's possible to add a skype chat window to the site. But I have some errors that I can not solve. The window itself appears, but there are errors in the console and I can not send the messages....
asked by 19.06.2018 / 20:05
2
answers

SELECT pulling data from the Database

I'm not able to do a select that pulls the data from the Database, I wish someone could help me ... <!DOCTYPE html> <html> <head> <title>TODO supply a title</title> <meta charset="UTF-8">...
asked by 20.06.2018 / 14:16
1
answer

AutoComplete does not work on add remove inputs

I'm developing a budget form and I add and remove rows to register products in each row and have two autocomplete fields, where you search for the product by code or by name. The first line is always fixed to start the fill and in it the autocom...
asked by 20.06.2018 / 15:27
2
answers

Doubt with Jquery Load

I have a menu that I will use on all pages, so I want to load the content: I'm doing this: <head> <meta charset="utf-8"> <!-- This file has been downloaded from Bootsnipp.com. Enjoy! --> <title> </titl...
asked by 21.09.2017 / 20:18
1
answer

How do I calculate the "positives" and "negatives" functions from a json file to HTML in percentage?

Save, I have a JSON file with "positives" and "negatives" variables, I'd like to turn those values into percent, "positives" being "Like" and "negatives" being "Do not like." After that how could I organize the profiles based on this data? JS...
asked by 21.06.2018 / 01:17