Questions tagged as 'header'

1
answer

conio.h and time.h in cppdroid

Can you add libraries to cpp droid? I need to use these two libraries but the program does not identify the functions. If there is no way in cpp do you have any c compiller for android that supports?     
asked by 23.07.2017 / 17:11
1
answer

Fixed header and footer

I would like to know how I can do a layout like below but getting the header and footer fixed, if the body increases the header and footer are fixed. *{ padding: 0; margin: 0; text-decoration: none; } #container { h...
asked by 02.05.2017 / 15:05
1
answer

Redirection error 'header ()' [duplicate]

<?php require_once("banco-produtos.php"); require_once("logicaUsuario.php"); verificaUsuario(); require_once("header.php"); $id = $_POST['id']; removeProduto($conexao, $id); $_SESSION["success"] = "Produto removido com sucesso"; header("Lo...
asked by 06.12.2016 / 18:22
4
answers

Function of header () function in PHP [duplicate]

I'm using the following code: if (!$lRet): // Volta para o cartão eletrônico. header('Location: '.$_SESSION['CFG_DIR_ROOT'].'index.php'); endif; In this way it simply does not work and continues to run the script, but if we includ...
asked by 17.10.2015 / 05:17
1
answer

Definition and implementation in different places

Hello. I am having doubts when implementing a header in folders with different paths. I'm putting my header in a folder named "include" and the implementations in a folder named "src" . To solve this problem, I'm doing the following...
asked by 05.07.2015 / 08:20
2
answers

Add Header and Footer on all pages

I am creating a new version of a city guide portal, there are several pages and currently the staff uses the .shtml include: include virtual="../header.htm" include virtual="../footer.htm" Is there any other way to pull the header and f...
asked by 01.07.2015 / 14:51
1
answer

Inserting javascript into joomla header 2.5.8

Many years I do not move in joomla and an old client asked me to insert a javascript in the header of the site. How do I do that? The joomla version is 2.5.8 The main page code is <?php /* Design by VTEM http://www.vtem.net All...
asked by 17.12.2018 / 21:46
0
answers

Problem with border on second sheet when printing CSS

I'm having trouble printing a document from a table. The first page respects the margins and works normally. Already the other pages, when necessary, overlap my header that accompanies all the pages. The next few pages do not respect the...
asked by 10.10.2018 / 20:19
1
answer

Show the dropdown options in the header and take the search bar off the menu in the mobile view

I have a header that, in the mobile view, does not show dropdown options, and the main option is not clickable. I would like the menu options to be displayed and the search bar would also be outside the menu, also in the mobile view. Below is...
asked by 09.10.2018 / 19:10
0
answers

Php HTTPS protocol page does not redirect

Good afternoon! I am having a problem, when the login expires the page is blank and the command header("location: login.html"); exit(); does not work. This only happens on the site with HTTPS. Can someone give a light? $valor = isset($_...
asked by 03.10.2018 / 19:35