Execute a link on condition

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
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Read up on the error, please. It's been talked about a lot.
nano
Forum Newbie
Posts: 8
Joined: Tue Jun 19, 2007 9:31 am

Post by nano »

As far as i can tell there were no headers or output in the files showing that error. There were also no blank lines after ?> so i could not see anything wrong with it as i had looked before. However i did find here: http://forums.devshed.com/php-developme ... 53311.html that if you remove the ?> tags it may work, and it now does work for me. This just seems like bad coding to me.

But i guess it's here http://www.php.net/manual/en/language.b ... ration.php so i'll just be happy with it working :)
Post Reply