thank you everyone!
On Feb 15, 2008, at 3:53 PM, Nathan Rixham wrote:
Anjan Upadhya wrote:
// Redirect to WWW
public function WWWRedirect() {
if ($this->WWW == false) {
$redir = "Location: http://www."; .
$_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
heade
Anjan Upadhya wrote:
// Redirect to WWW
public function WWWRedirect() {
if ($this->WWW == false) {
$redir = "Location: http://www."; . $_SERVER['SERVER_NAME'] .
$_SERVER['REQUEST_URI'];
header($redir);
}
}
Regards,
Anjan Upadhya
nihilism machine
// Redirect to WWW
public function WWWRedirect() {
if ($this->WWW == false) {
$redir = "Location: http://www."; . $_SERVER['SERVER_NAME'] .
$_SERVER['REQUEST_URI'];
header($redir);
}
}
Regards,
Anjan Upadhya
nihilism machine wrote:
// Pu
3 matches
Mail list logo