Questions tagged as 'header'

0
answers

Change in IONIC 3 height of ion-header / ion-navbar on Android

I would like to know how to do in ionic 3 to leave the android header equal to iOS, that is, occupying all the upper space without appearing, that part of the division where the cell information appears (time, battery and etc). <ion-header&...
asked by 22.06.2018 / 00:14
0
answers

Force download with Header does not work in PHP [closed]

I use this code to force download, it works fine when I squeeze it in XAMPP, but it returns corrupted file when I run on the ubunto, what can I do to fix it? header('Content-Length: ' . filesizecurl($file_path)); header('Conten...
asked by 02.04.2017 / 04:02
1
answer

Is it possible to extract the header of a DLL? If yes, how?

Is it possible to extract header from a dll ? Is this practice possible? If so, how can I do it?     
asked by 16.02.2016 / 19:47
0
answers

Header and Footer in all reports - ReportViewer

How to put the standard header and footer in all ReportViewer reports from my asp.net application?     
asked by 22.01.2016 / 13:09
0
answers

End of script output before headers - Perl

Why so: print "Content-type: text/html\n\n"; print "<H1>Hello World</H1>\n"; It works! And so: my $tpl = HTML::Template->new(filename => 'index.html'); print "Content-Type: text/html\n\n" , $tpl->output I have t...
asked by 24.12.2015 / 03:10
2
answers

How to resolve the error "Can not modify header information already sent by" in PHP? [duplicate]

Because when we use header() and setcookie() error occurs:    Warning: Can not modify header information - headers already sent by ( output started at /teste.php:10 ) in /teste.php on line 21 Why does this error h...
asked by 11.03.2014 / 21:51
2
answers

How to include "time" library in the compiler?

I'm compiling in C on my Mac through the terminal, this is all a wonder, the only problem is that when I need to call a new library I do not know which command to call it by the terminal. Ex: #include <stdio.h> is -std=c99...
asked by 26.09.2015 / 23:31
1
answer

Login problem using CakePhp in session_regenerate_id () [duplicate]

Testing at home, my CakePHP project works perfectly. However, when executing the same project on the site, with the appropriate changes, as expected, it shows a slightly different behavior. But a problem is really bothering me when trying t...
asked by 23.04.2014 / 05:11
1
answer

Register Header on a SOAP service reference in C #

I would like support. I'm having serious problems with a client. I have a C # application that fetches data from a system and sends it data to a SOAP service. This SOAP service requires a header: <soapenv:Header> <wsAutenticacao>...
asked by 19.09.2018 / 21:16
1
answer

'Can not set headers after they are sent.' Express.js

I'm trying to send the 'name' variable to the client side, but it's only working when I run a respons.end() when I use two, returns this error: > 'Can't set headers after they are sent.' Server router.get('/:eventnick', func...
asked by 14.01.2018 / 18:26