Jump to content

databse printout error


ludjer

Recommended Posts

Guys from OEM are back with another unheard of DVDSCR, and this time its for Black Ops. OEM stated in their nfo that this movie doesn’t have an IMDB page but they overlooked the fact that this movie is also called Deadwater, and that has an IMDB page. Although the title is very catchy, I feel the movie might not be so if you really want a movie about black ops soldiers I think you should check out The Bourne Ultimatum.

that is the text that i read with my sql manager

when i print it out in php

		connect();
	$qur = "SELECT * FROM `blog_post` ORDER BY ID DESC LIMIT $start , $stop";
	$show = mysql_query($qur)or die(sqlerr($qur,mysql_error(),mysql_errno()));
	while ($r = mysql_fetch_assoc($show))
    {
	echo $r["Content"];
    }

i get the following

Guys from OEM are back with another unheard of DVDSCR, and this time its for Black Ops. OEM stated in their nfo that this movie doesn�t have an IMDB page but they overlooked the fact that this movie is also called Deadwater, and that has an IMDB page. Although the title is very catchy, I feel the movie might not be so if you really want a movie about black ops soldiers I think you should check out The Bourne Ultimatum.

 

it for some reason prints out a � instead of a '

can some one help me thanks

Link to comment
https://forums.phpfreaks.com/topic/97950-databse-printout-error/
Share on other sites

this is because you probably copied and pasted the text from Microsoft's word or something, and the encoding is not the same, just go into your db and delete the ' thats there and enter a new one with your keyboard

 

why thanks that works

 

gj

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.