close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

The MySQLI Behavoir does not show me html formatted text from the database

Thread began 1/25/2019 2:52 am by info420411 | Last modified 10/19/2021 8:37 am by Ray Borduin | 917 views | 4 replies |

info420411

The MySQLI Behavoir does not show me html formatted text from the database

I have in my database html formated text in a cell. The MySQLI Behavoir does not show me html formatted text from the database. It will be displayed as plain text. what can i do?

Regards Frank

Sign in to reply to this post

info420411

I found it . The extension has automatic HTML injection protection . With false i got my thml Format.

<?php echo($rsTOPICS->getColumnVal("threadTEXT",false)); ?>


Can i turn off this protection in the rsobj.php???

Regards Frank

Sign in to reply to this post

Ray BorduinWebAssist

Yes. You can turn it off directly in the rsobj.php file. It is in the properties on the top of the page. Just change it from true to false.

$this->CrossSiteProtect = false;

Then, when it is turned off in the rsobj.php file you can turn it on in any call by adding the true parameter:

<?php echo($rsTOPICS->getColumnVal("threadTEXT",true)); ?>

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

info420411

Thank you very very much

Regards

Frank

Sign in to reply to this post

Nico

Thank you Frank

Hey Frank thank you for posting this.
Was trying to figure out why it was not showing the text in HTML format, but then found your thread.
Thank you!

Sign in to reply to this post

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...