View Single Post
Old 05-21-2008, 05:03 PM   #2 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

Non of the current browsers that are free offer support for this, seeing that they've got there own priority system.

It's used as:
PHP Code:
                $headers .= "X-Priority: 1" "\r\n";
                
$headers .= "Priority: Urgent" "\r\n";
                
$headers .= "Importance: High""\r\n";
                
$headers .= "X-MSMail-Priority: High" "\r\n"
Also can be pushed into an array using $headers = array(); $headers[] = ''; :) Print it out in foreach.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote