Hi group.
I need to post text to a PHP page for introducing that text to a database.
Is there any function that convert my text into HTML before introduce it in
the database?
I need this for introducing comments directly from <TEXTAREA> HTML' objects
to a database, and get it formated when I show it latter in normal HTML
files.
For example, if I press ENTER key then I need to represent this new line
when some one see the comments latter, other way if I introduce it without
the concerns I'm exposing here, the text will be one just paragraph without
line breaks.
I've read a solution for this a few months ago, but I can't remember
where...
Any help hould be greattly appreciated.
Best regards,
Nuno Paquete
I need to post text to a PHP page for introducing that text to a database.
Is there any function that convert my text into HTML before introduce it in
the database?
I need this for introducing comments directly from <TEXTAREA> HTML' objects
to a database, and get it formated when I show it latter in normal HTML
files.
For example, if I press ENTER key then I need to represent this new line
when some one see the comments latter, other way if I introduce it without
the concerns I'm exposing here, the text will be one just paragraph without
line breaks.
I've read a solution for this a few months ago, but I can't remember
where...
Any help hould be greattly appreciated.
Best regards,
Nuno Paquete
Comment