in PHP how would I redirect automatically?

Spazz

New member
Ok, here is my dilemma.

I have a site that I has a registration process and when they person clicks the register button it takes them to the registration page and they register and if the registration is successful it just says thank you for registering..

I want it to redirect back to the homepage and possibly log them in automatically (not a necessity).

how would I go about doing that?
I tried doing header( 'Location: index.php' ) ;

but it I can't use that at the end of my code as I have output already, It is possible I can reorganize my code but I am not sure how.

any help?
my bad on typos
 
Back
Top