Top "Header" questions

This tag is deprecated because it lacks discriminating power.

Warning: Cannot modify header information - headers already sent by ERROR

I've been struggling with this error for a while now. To start with, I just thought it was white space, …

php header
Parsing CSV files in C#, with header

Is there a default/official/recommended way to parse CSV files in C#? I don't want to roll my own …

c# csv file-io io header
Creating your own header file in C

Can anyone explain how to create a header file in C with a simple example from beginning to end.

c header include include-guards c-header
Why has it failed to load main-class manifest attribute from a JAR file?

I have created a JAR file in this way jar cf jar-file input-files. Now, I'm trying to run it. Running …

java jar header manifest
jQuery and AJAX response header

So I've got this jQuery AJAX call, and the response comes from the server in the form of a 302 redirect. …

jquery ajax redirect header http-status-code-302
Using G++ to compile multiple .cpp and .h files

I've just inherited some C++ code that was written poorly with one cpp file which contained the main and a …

c++ compilation header makefile
*.h or *.hpp for your class definitions

I've always used a *.h file for my class definitions, but after reading some boost library code, I realised they …

c++ header
Javascript : Send JSON Object with Ajax?

Is this possible? xmlHttp.send({ "test" : "1", "test2" : "2", }); Maybe with: a header with content type : application/json?: xmlHttp.setRequestHeader('Content-Type', 'application/…

javascript ajax json header request
HTML/CSS--Creating a banner/header

I've got a horizontal image as a GIF and JPG. It is something I made with Paint--a text logo with …

html css header banner
correct PHP headers for pdf file download

I'm really struggling to get my application to open a pdf when the user clicks on a link. So far …

php pdf header