Question marks showing after PHP upgrade

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

Post Reply
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Question marks showing after PHP upgrade

Post by Mr Tech »

I recently upgraded my servers PHP version to 5.2.6. On a couple of the websites I host there are now question marks like this displaying on the page:

??????????????????????????????????????????

What would be causing this and how do I fix it?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Question marks showing after PHP upgrade

Post by Christopher »

If you show source what does it look like, just question marks? Are you using short tags?
(#10850)
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Re: Question marks showing after PHP upgrade

Post by Mr Tech »

It's coming from an included header file and the question marks are showing just before the <html> tag... Have a look here

http://www.charliesfruitmarket.com.au/admin/
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Question marks showing after PHP upgrade

Post by Christopher »

You win the prize today. That is pretty weird! ;)

Do you have the source to that page?
(#10850)
Post Reply