0810
10-19-2002, 06:30 PM
I have one QUA about my sql.
create table Hideo(comment text);
When I write comment in my database, how can I <br> my comment.
because I don't want to write my comments vartically.
Should I do like this
insert into Hideo(comment)values('Hi how are you doing. I am fine and you? My name is-------. I am from-----. Nice to meet you');
my comment is long, so I would like to use <br>
how can I use <br> with mysql commend
Thanks
create table Hideo(comment text);
When I write comment in my database, how can I <br> my comment.
because I don't want to write my comments vartically.
Should I do like this
insert into Hideo(comment)values('Hi how are you doing. I am fine and you? My name is-------. I am from-----. Nice to meet you');
my comment is long, so I would like to use <br>
how can I use <br> with mysql commend
Thanks