Print textarea field value from database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KarunakarN
    New Member
    • Mar 2008
    • 1

    #1

    Print textarea field value from database

    Hai this is karunakar

    I have problem to Print the "text area" values from Database through php can any body help. In "textarea" tag it's not show the values. I use <input> then it show the values. How to print textarea fields.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    [code=html]
    <textarea><?p hp echo $_someVar;?></textarea>
    [/code]
    Remember: textarea's don't have value assignments.

    Comment

    Working...