Questions tagged as 'header'

0
answers

Placing header in CSV file

I have a log generation routine on a customer's page. However, I always have to add a header field in the first row. Here is the function code: public function generateLogPMWeb($action){ session_start('usuario'); $logPMWeb = $_SESSION...
asked by 24.03.2015 / 17:57
1
answer

header Location is not targeting page (PHP)

<?php // conexão require_once'connect.php'; // Sessão session_start(); if(isset($_POST["usuario"])){ $erros = array(); $usuario = mysqli_escape_string($connect,$_POST["usuario"]); $senha = mysqli...
asked by 11.10.2018 / 21:55
1
answer

When splitting project into multiple headers the error occurs: dereferencing pointer to incomplete type

I was wondering how to split a project into multiple files. I had created a project divided into 3 files first, a main.c (containing main function), a lib.c (implementation of the functions used in main.c) and a lib.h (contains function prototyp...
asked by 20.10.2016 / 21:04