I am getting the following error. Can somebody please help me.
Warning: Cannot add header information - headers already sent by (output started at C:\Program Files\Apache Group\Apache2\htdocs\test3.php:2) in C:\Program Files\Apache Group\Apache2\htdocs\test3.php on line 94
I do have "echo" and "print" statments for my error checking of the database connection.
Before I do a redirect, I want to insert info in the database that's why I have the error checking.
Thanks