Reply
Converting content within field to html entities
Old 05-16-2007, 11:27 AM Converting content within field to html entities
Ultra Talker

Posts: 257
I have this database of about 60k+ articles which contains html tags within the article body field. I aint much of a php programmer, so i was wondering if any of you guys can help me out a bit with a short script which would search all records and convert the html tags within the article body field to html entities.
jbladeus is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 05-16-2007, 02:07 PM Re: Converting content within field to html entities
Webmaster Talker

Posts: 589
Location: Atlanta, GA
MySQL might have a function to do this direct, without using PHP. You would have to ask in the database forum.

PHP could do it using str_replace(). You would just have to tell php what to look for, and what to replace it with. You could also look into the htmlentities() function.

Be certain you do a full backup of your database before you try anything.
neorunner is offline
Reply With Quote
View Public Profile
 
Old 05-16-2007, 02:58 PM Re: Converting content within field to html entities
tripy's Avatar
Fetchez la vache!

Posts: 1,986
Name: Thierry
Location: In the void
Pm me.

I've already did that a lot of times, I may have what you need, but I need infos on your database structure for that.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 05-16-2007, 03:47 PM Re: Converting content within field to html entities
Ultra Talker

Posts: 257
thanks for the replies guys.
pm sent tripy.
jbladeus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Converting content within field to html entities
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12590 seconds with 13 queries