Probléme with return text

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Probléme with return text

    Hello,

    I dont know why I dont have return with my textbox

    exemple when I write
    Hello,
    My name is Dave

    I have it when I read with my mysql
    Hello, My name is Dave

    Do you gave a solution for have the good format.

    Thank you for your help

    Dave


    dave Guest

  2. Similar Questions and Discussions

    1. Date Probleme:HELP
      hi, my local date format is Sun Apr 20 23:32:05 GMT-0400 2008, and i am retrieving data form remote server. when i send request to retrieve data...
    2. Can't use return key to edit text inside a text box
      When I initially type a text in a text box, I can use the return key to create a space between paragraphs. Once I leave the text box I can't go back...
    3. return data on a table from a text box
      I have a form with a textfield. When I enter a number in it and hit submit in the form I want the information to update the table that is in the...
    4. :::probleme de fullscreen
      bonjour, depuis un ".exe" créé avec flash, je voudrais qu'à l'arrivée de la dernière frame, cela declenche l'ouverture d'une page html en plein...
    5. object probleme
      I've created an instance of a class $smarty = new smarty(); then I create an other instance of an other class and sending the $smarty instance to...
  3. #2

    Default Re: Probléme with return text

    weird, .. what is mysql field that you put your entries into.
    note that varchar does not support line returns. only tinytext = 255
    characters, text .. support line breaks.

    "dave" <stopspam1299@zzz45.com> wrote in message
    news:416c4ec7$0$27853$8fcfb975@news.wanadoo.fr...
    > Hello,
    >
    > I dont know why I dont have return with my textbox
    >
    > exemple when I write
    > Hello,
    > My name is Dave
    >
    > I have it when I read with my mysql
    > Hello, My name is Dave
    >
    > Do you gave a solution for have the good format.
    >
    > Thank you for your help
    >
    > Dave
    >
    >
    >

    Ninjaboy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139