Bugs » Warning: session_start() [function.session-start]:

added on Apr 8, 2009 by Jared Moore
Hello

Can somebody please help i get this error from my output file http://www.easycashideas.net/links.php is url error is
this

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output
started at /home/easycash/public_html/links.php:9) in /home/easycash/public_html/link/index.php on line 17

this is the code for my links.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<?php include( "link/index.php" ); ?>
</body>
</html>

please help

thank you
jared
added on Apr 8, 2009 by Jared Moore
I moved the output file to http://www.easycashideas.net/link/links.php but stil getting same error. please help. thank
you.

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.