Just migrated data to a new host and have bulleting problems

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
gma216
Forum Newbie
Posts: 5
Joined: Wed Aug 23, 2006 3:22 pm

Just migrated data to a new host and have bulleting problems

Post by gma216 »

I just migrated a working structure and data to a new host, but on this new host the bullets display as squares. And i have squares in front of my apostrophes too. This never happend on my old host where the data displayed the way it should be.

Is there something that i should enable or disable to make this go away?

Any help would be much appreciated.

Thanks
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Link? Code?
gma216
Forum Newbie
Posts: 5
Joined: Wed Aug 23, 2006 3:22 pm

Post by gma216 »

http://acg.com/careers/ALLcareers.php
And just click on the first Lease-up specialist.
Now that i think about it, it might be a MySql problem and not PHP. Not sure though.

Thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

seems like the issue has been solved.
:?:
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Code?

Your code (HTML) looks strange to me.

Instead of doing:

Code: Select all

<ul>
	<li>element 1</li>
	<li>element 2</li>
	.
	.
	.
	<li>element n</li>
</ul>
You are doing:

Code: Select all

• element 1<br >
• element 2<br >
.
.
.
• element n<br >
:? :? :?
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

If you request the page directly the back button won't work.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Is this a character encoding issue potentially?
Post Reply