Hello from USA

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
markkitchen
Posts: 25
Joined: Tue Feb 17, 2004 5:09 am

Hello from USA

Post by markkitchen »

Hello,

Amazing product, thank you!

I have learned a lot from the support forums here, but I cannot find an answer to one of my questions.

I am looking to use *all* html in the records, no BBcode. I have turned off BBcode and comented out:

Code: Select all

 $html = strip_tags($html, "<b><i><u><a>");
Is there ability to use an img tag?

I appologize if this has been answered already, but I searched all through the English help!

Thankyou

Mark Kitchen
Wincor Nixdorf




[/code]
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Hello from USA

Post by Thorsten »

Hi Mark,
markkitchen wrote:I am looking to use *all* html in the records, no BBcode. I have turned off BBcode and comented out:

Code: Select all

 $html = strip_tags($html, "<b><i><u><a>");
Is there ability to use an img tag?
if you have deactivated BBCode and commented out this line above you should be able to use the <img> tag.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply