Dear PHP HELP,
i am having the following error in my website www.flowersmanama.com please check the website:
Warning: Cannot modify header information - headers already sent by (output started at
i made many search but i wasn’t able to solve it…
will you please guide me?
[php]<?php
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://www.flowersmanama.com”);
?> [/php]
[code]<?
session_start();
// Include MySQL class
require_once(‘inc/mysql.class.php’);
// Include database connection
require_once(‘inc/global.inc.php’);
// Include functions
require_once(‘inc/functions.inc.php’);
?>