Thread: Script problem
View Single Post
01-04-2007, 06:39 PM
#2
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

What exactly are you trying to do? Redirect to another page if it has an error? If so, add <?php ob_start(); ?> to the VERY top of your page before anything else, then instead of the errors, do <?php header("Location: urlhere"); ?> to redirect.