Cannot modify header information

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

Trace the line where the print or echo lies before header function and that's it. Your problem will be solved. :wink:
josefv
Forum Newbie
Posts: 23
Joined: Wed Jan 17, 2007 11:17 am

Post by josefv »

Thanks for the kind words guys.

Ninja, I actually do have an qualification in Diploma in Advanced C++. So PHP is nice in terms of being similar to C++. I just hope there aren't a lot more small problems that require a load of time to solve.

Cheers guys!!!

8)
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

I see. :oops:
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

josefv wrote:I just hope there aren't a lot more small problems that require a load of time to solve.
Most problems don't require a load of time to solve. They usually require a bit of time to identify. But solving them is usually a matter of code logic, which for someone skilled at programming, should not be that big of an issue.
Post Reply