Top "Header" questions

This tag is deprecated because it lacks discriminating power.

Symfony2 - Force file download

I'm trying to download a file when a user clicks on download link. In Controller: $response = new Response(); $response->…

php symfony header download
Header files in dev-C++

I'm trying to add an header file to dev-C++ but when I compile it it doesn't work. Here are my …

file header dev-c++
PHP Header - Content-type: image/jpeg - Not working for Internet Explorer

We all hate Internet Explorer when building HTML templates, or modifying websites. Well I recently built a PHP image script …

php header file-get-contents
Xcode 4 can't locate public header files from static library dependency

Alternate titles to aid search Xcode can't find header Missing .h in Xcode Xcode .h file not found lexical or …

xcode4 header preprocessor static-libraries
Tool to track #include dependencies

Any good suggestions? Input will be the name of a header file and output should be a list (preferably a …

c++ c header
Android: Overlay on Android Camera Preview

I'm using Camera API and invoking the camera. I want to display a header (for branding) on the top of …

android header camera
How to create include files in Lua language?

I want to create a header file in Lua (header.lua), then execute the require function to load it. How …

header lua require
Get Header from PHP cURL response

I am new to PHP. I am trying to get the Header from the response after sending the php curl …

php curl header response
Set TabPage Header Color

Greetings, I have a tab control and I want to have 1 of the tabs have it's text color changed on …

c# winforms colors header tabcontrol
How to send a status code in PHP, without maintaining an array of status names?

All I want to do, is send a 404 status code from PHP - but in a generic fashion. Both Router::…

php header http-status-codes