How to get value in Text Area from Mysql database?

Discussion in 'HTML & Website Design' started by computerzworld, Oct 1, 2007.

  1. #1
    Hi. Is there any way to get value in text area from mysql database. I have searched for it but i was unable to find. Or is there any alternative way to get these values? Please reply me. Thanks in advane.
     
    computerzworld, Oct 1, 2007 IP
  2. hemlata

    hemlata Peon

    Messages:
    18
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello,

    Check the following code block, may be it solve your problem.
    
    <?php
    // Get the value from the database to be displayed in textarea 
    $ret = 'hello, is it n\'t your "expected" solution?..';
    ?>
    <textarea><?php echo $ret; ?></textarea>
    PHP:
    Regards,
     
    hemlata, Oct 1, 2007 IP
  3. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    thanks for the help......
     
    computerzworld, Oct 1, 2007 IP
  4. John Lewis sales

    John Lewis sales Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    could you plz elaborate your question what do u mean my text area???
     
    John Lewis sales, Apr 18, 2011 IP