Questions tagged as 'html'

2
answers

Problem passing variable from one screen to another

is as follows. I'm having a problem using $ _SESSION in PHP. I'm starting now, so I'm sorry if I did not login in the right way. I have a Login screen that basically runs this code: <?php session_start(); include_once('classes/...
asked by 08.04.2018 / 19:22
1
answer

My session is not being destroyed -PHP-

I have the following code on a usury login page: public static function destruirSessao() { if (isset($_SESSION)) { session_start(); unset($_SESSION["codigo"]); unset($_SESSION["nome"]); session_destroy();...
asked by 12.04.2018 / 14:30
2
answers

Create links with one name of a mysql table and display its contents on another page. It's possible?

I'm trying to create a page in php that will fetch the name of several tables from a database, show the names of the tables, and create a link for each table. As soon as the user clicks the link, it is taken to another page where the contents of...
asked by 13.07.2014 / 19:37
1
answer

The jquery .Keypress Event is not being activated

In the table when pressing the enter in place of activating the javascript event is being inserted a break line, ie the text function of enter not the event. // Função $(function() { //Função cli...
asked by 12.03.2018 / 18:05
2
answers

How to leave the rod with relative position and at the bottom of the page at least?

I'm using the sticky position of html5 on several pages to make an effect on the site menu. But it has pages that the internal content is very small, does not occupy even 150px in height and it happens that I can not use the footer with po...
asked by 07.03.2018 / 15:10
1
answer

Different colors in cells

I make a query and show the result in a table as shown in the image: IwanttheZonecolumnwhenDayCentertohavethecellturnredwhenOutsideGreentoChildtoyellow,HometoblueandParishtobrownandalsoputthesamecolorinthecellRegistration#.Mycodetoshowthetab...
asked by 09.03.2018 / 09:40
1
answer

Give Hide / Show on items showing your content

I'm trying to display the contents of the items clicked, I've done this on several menus, but in this I'm having a problem because I can not change the existing classes / divs since as a new platform I'm working these items are already predefine...
asked by 16.10.2017 / 20:00
1
answer

Pass PHP Code HTML Pro

I've done exactly the PHP code for this video click here to have my form send data to my email. However, now that I have the whole code, I do not know how to pass the same to my html. Why type, the boy example he made the form, he put al...
asked by 17.11.2017 / 15:11
2
answers

HTML SEO vs. ASPX

I have a static site that was mounted a long time ago which are .Aspx files. (It's only in ASPX because I use it in the contact form). My question is simple: "It pays to convert my site .Aspx to .Html? ". I want...
asked by 14.11.2017 / 14:11
2
answers

How to remove an object from an array, if it exists, with json string

I'm trying to create a sort of wish list. By clicking a button / product it populates or deletes, if it already exists. However, I can not delete it, I can only include it. I tried using splice , but it only works with array. The problem is to...
asked by 23.11.2017 / 18:40