close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

My html editor is displaying hypens incorrectly with MySQLi

Thread began 4/14/2020 8:45 am by jo271221 | Last modified 8/12/2020 12:33 pm by Ray Borduin | 586 views | 7 replies |

jo271221

My html editor is displaying hypens incorrectly with MySQLi

MySQL page
He’s been used around cattle and is very broke !

MySQLi page
He’s been used around cattle and is very broke !

Page that is not displaying correctly

<?php
if ("".$WADAhorses->getColumnVal('horse_comments') ."" != "") { ?>
<div class="blogbox">
<span class="small-light">Comments</span><br>
<?php echo $WADAhorses->getColumnVal('horse_comments',false); ?>
<br>
<div class="clearfix">
</div>
</div>
<?php
}
?>

Sign in to reply to this post

Ray BorduinWebAssist

This is usually just an issue with the charset in the mysqli connection not matching the charset on the page or in the database.

Sign in to reply to this post
Did this help? Tips are appreciated...

jo271221

Thank you.

I believe you are referring the the actual file that connects to the database so I am pasting that in the private message along with the character set from the page.

Sign in to reply to this post

jo271221

FTP info and page details below.
Thank you,

Sign in to reply to this post

Ray BorduinWebAssist

Your database horse table has a default charset of DEFAULT CHARSET=latin1. Your connection defines the charset as UTF-8. That conflict is causing the odd characters.

I updated your connection charset to latin1 and the page displays properly now.

Sign in to reply to this post
Did this help? Tips are appreciated...

jo271221

Thank You!

Sign in to reply to this post

jo271221

Since I have many pages using the same horse table, would it be better to change the database column horses to UTF-8?

Also some pages are still using the MySQI connection verses mySQL, so adjusting the connection needs to be done in numerous files verses just the database.

Also I noticed the same trouble with hyphens displaying incorrectly on some of my MySQL pages and when I look at that connection I do not see a reference to the charset therefore I am wondering what the resolution is for MySQL.

Sign in to reply to this post

Ray BorduinWebAssist

I usually set all of my fields to utf-8 to make sure they can handle any characters.

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...