ludjer Posted March 26, 2008 Share Posted March 26, 2008 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 More sharing options...
r-it Posted March 26, 2008 Share Posted March 26, 2008 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 Link to comment https://forums.phpfreaks.com/topic/97950-databse-printout-error/#findComment-501137 Share on other sites More sharing options...
ludjer Posted March 26, 2008 Author Share Posted March 26, 2008 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 Link to comment https://forums.phpfreaks.com/topic/97950-databse-printout-error/#findComment-501141 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.