Vijaikumar Ramasamy wrote:
> Somehow the header redirection is not working.
The most common problem with PHP failing to redirect a page
is the
"headers already sent" error. It's frequently caused by an
extra blank
line in an include file. Make sure there is no space or extra
lines
before the opening PHP tag. Also check the include file
(my_db.php) to
make sure there is no blank space or extra lines before the
opening PHP
tag and after the closing PHP tag.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/