reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia

How to send headers to user's browser with PHP [1/3]

Type: Code reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia
How to send headers to user's browser with PHP
Level: Beginner reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia 
How to send headers to user's browser with PHP
Date: 2007-Mar-16
How to send headers to user's browser with PHP
Visited: 1588 times
How to send headers to user's browser with PHP
Rating: How to send headers to user's browser with PHP
How to send headers to user's browser with PHP
Author: Ivory Morhuld
This tutorial will show you how to send header to the browser with PHP.

Headers is the first part of http communication which receive client web browser. To send header use:

<?php
header
("your heaader code: goes here");
?>
If you want to send header for redirecting the browser use this:

<?php
header
("Location: http://www.onlinehowto.net");
?>
reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia - How to send headers to user's browser with PHP [1/3] - reference, tutorial, tutorials, help, example, photoshop, html, php, mysql, 3d software, internet, graphics, programming, multimedia
RECOMMENDED TUTORIALS

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: