Search found 3 matches

by scorp54
Thu Apr 29, 2010 5:33 pm
Forum: PHP - Code
Topic: Redirect warning
Replies: 4
Views: 177

Re: Redirect warning

Yea, that didn't work but I found a cheat that took care of the problem.
Put a php.ini file in the offending area with "output_buffering = On" written in it.
Thanks for your help though.
by scorp54
Thu Apr 29, 2010 2:25 pm
Forum: PHP - Code
Topic: Redirect warning
Replies: 4
Views: 177

Re: Redirect warning

Sorry, that seems to make no difference unless putting it together like below isn't what you're getting at.

Code: Select all

<?php 
	require_once("includes/functions.php");
	session_start();
Thanks for the replay.
by scorp54
Thu Apr 29, 2010 12:24 pm
Forum: PHP - Code
Topic: Redirect warning
Replies: 4
Views: 177

Redirect warning

Howdo, I've been searching everywhere and trying everything so far to no avail. This is the error message I'm getting while logging in: Warning: Cannot modify header information - headers already sent by (output started at /home/param/public_html/edit/includes/header.php:8) in /home/param/public_htm...