Hi,
I my MYSQL table I have a field with a type longtext.
In that field I have data entered like
2 cat
2 dog
1 horse
5 mouse
when I retrive that from that table and echo the variable
it gets printed like
2 cat 2 dog 1 horse 5 mouse
How can I print it the same way on seperate lines as it was in the database?
Thanks
I my MYSQL table I have a field with a type longtext.
In that field I have data entered like
2 cat
2 dog
1 horse
5 mouse
when I retrive that from that table and echo the variable
it gets printed like
2 cat 2 dog 1 horse 5 mouse
How can I print it the same way on seperate lines as it was in the database?
Thanks