Tagged articles
12 articles
Page 1 of 1
php Courses
php Courses
Oct 23, 2025 · Backend Development

Master PHP’s header() Function: Redirects, Headers, and Advanced Uses

This article provides a comprehensive guide to PHP's header() function, covering its syntax, parameters, and practical code examples for page redirection, setting HTTP response headers, status codes, cache control, and file downloads, helping developers use it effectively.

HTTPPHPRedirect
0 likes · 4 min read
Master PHP’s header() Function: Redirects, Headers, and Advanced Uses
Java Captain
Java Captain
Jun 7, 2025 · Backend Development

Add Custom PDF Headers and Footers with Java and Free Spire.PDF

This tutorial explains how to programmatically add headers and footers—including text, images, page numbers, and separator lines—to every page of a PDF using Java and the free Spire.PDF library, with complete code examples and visual results.

PDFfooterheader
0 likes · 8 min read
Add Custom PDF Headers and Footers with Java and Free Spire.PDF
php Courses
php Courses
Oct 25, 2024 · Backend Development

How to Pass Values from PHP to JavaScript

This article explains several practical techniques—including echo, json_encode, HTTP headers, and external script files—for transferring data from PHP to JavaScript, helping developers choose the most suitable method based on data complexity and application requirements.

Echodata-passingheader
0 likes · 3 min read
How to Pass Values from PHP to JavaScript
JD Tech
JD Tech
Oct 27, 2023 · Backend Development

Design and Implementation of JD's Unified Header/Footer Management System

The article describes the design background, overall architecture, management backend, and header/footer client implementations (Nginx and Java) of JD's unified header/footer management system, explaining how it enables rapid, centralized updates of site-wide header and footer content across hundreds of services.

BackendJavaNginx
0 likes · 14 min read
Design and Implementation of JD's Unified Header/Footer Management System
Ops Development Stories
Ops Development Stories
Sep 12, 2023 · Backend Development

Mastering Nginx: Two Common HTTP‑to‑HTTPS Redirect Scenarios Explained

This guide walks through the two most typical Nginx HTTP‑to‑HTTPS redirection setups—direct client access and proxy‑mediated access—showing why the simple 301 rule works in the first case, why it fails with an upstream proxy, and how to correctly use request headers and Nginx variables to achieve reliable redirects.

NginxProxyRedirect
0 likes · 6 min read
Mastering Nginx: Two Common HTTP‑to‑HTTPS Redirect Scenarios Explained
php Courses
php Courses
Jun 30, 2023 · Backend Development

7 Common Uses of PHP’s header() Function

This article outlines seven practical applications of PHP’s header() function, including page redirection, content‑type declaration, HTTP status codes, timed redirects, cache control, authentication prompts, and file download handling, providing code examples for each use case.

BackendHTTPheader
0 likes · 2 min read
7 Common Uses of PHP’s header() Function
php Courses
php Courses
Jun 27, 2023 · Backend Development

Various Methods for Implementing Page Redirection in PHP

This article explains five different techniques for performing page redirects in PHP, including a one‑line header redirect, conditional redirects based on cookies, JavaScript‑based redirects, META refresh tags, and explicit HTTP header redirects with status codes.

Backendheadermeta refresh
0 likes · 2 min read
Various Methods for Implementing Page Redirection in PHP
360 Tech Engineering
360 Tech Engineering
Apr 3, 2019 · Backend Development

Investigating Nginx large_client_header_buffers Behavior Through Systematic Testing

This article documents a series of experiments that examine how Nginx's large_client_header_buffers and client_header_buffer_size directives interact with server and http contexts, revealing that the effective buffer size is determined by the merged value of the default server after configuration parsing.

Nginxheaderlarge_client_header_buffers
0 likes · 7 min read
Investigating Nginx large_client_header_buffers Behavior Through Systematic Testing