PHP Error - Need Help Programming Web Development by cdunde1 …;> twttr.anywhere(function(twitter) { twitter.hovercards(); twitter('#follow-2012president').followButton("2012president"); }); twttr.anywhere(function (T) { T("#tbox… Re: PHP Error - Need Help Programming Web Development by FlashCreations I'm no Wordpress expert, but I'll give it a shot. My guess is that your functions are being called before Wordpress outputs a header (such as a redirect). This will cause problems because headers are sent after the first character of content has been outputted. It might help to actually echo the values instead of end the PHP and insert them in the … Re: PHP Error - Need Help Programming Web Development by cdunde1 Thanks, I tried that and it did not work.