Hi,
I created a couple of web applications with php and mysql and i have
a problem that keeps coming up.
I want to use html text boxes that will send information to the
database but i want it to include line breaks....
until now i just typed in <br/> at the end of the line but this time
it's for a client and i have to implement line breaks to the database.
is there a php function that can handle that ?
Thanks!