Current location: Hot Scripts Forums » Programming Languages » PHP » html in php from mysql


html in php from mysql

Reply
  #1 (permalink)  
Old 12-04-04, 07:16 PM
jasondavis jasondavis is offline
New Member
 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
html in php from mysql

On my profile page this shows up
<b>test</b> instead of the test being bold it shows the tags as well

here is the input for it:
<textarea name="bio" value="{$user.bio|escape}"cols="35" rows="8">{$user.bio|escape}</textarea>

The sql field for it:
`bio` text NOT NULL,
Reply With Quote
  #2 (permalink)  
Old 12-04-04, 08:31 PM
CMIVXX's Avatar
CMIVXX CMIVXX is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
It sounds as if you have run htmlspecialchars() on the data before you have submitted it to the database. If you look at the raw data coming from the database, I can imagine that the data is clean BUT, the <B> will be &lt;B&gt;
__________________
--------------
CMIVXX
Reply With Quote
  #3 (permalink)  
Old 12-04-04, 09:11 PM
jasondavis jasondavis is offline
New Member
 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
in phpmyadmin it looks like this
<b>test</b>

I searched through the code and cant find anything like htmlspecialchars() anywhere
Reply With Quote
  #4 (permalink)  
Old 12-04-04, 10:01 PM
jasondavis jasondavis is offline
New Member
 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I have to add that the output is displayed in a smarty template
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP and MySQL ? rob2132 Hot Scripts Forum Questions, Suggestions and Feedback 4 08-29-08 02:22 AM
RESELLER WEB HOSTING - $9.99/MONTH For 4GB HD & 30GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet General Advertisements 0 11-25-04 02:09 AM
RESELLER WEB HOSTING - $9.99/MONTH For 4GB HD & 30GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet General Advertisements 2 11-12-04 03:25 PM
RESELLER WEB HOSTING - $9.99/MONTH For 4GB HD & 30GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet General Advertisements 0 10-30-04 01:19 PM
help plz: format retrieved Mysql data in HTML with PHP paulj000 PHP 2 10-19-03 08:03 PM


All times are GMT -5. The time now is 05:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.