the function you are looking for is called nl2br(). Translated it means
'new line to .' when you pull you text from your database run it
through this and it will be correctly formatted for HTML to read correctly.
See php documentation for further discussion and examples.
blue
"César aracena"
Hello. I have a form that I would like to use checkboxes. these checkboxes
are created dynamically. I've been told that if I want to manipulate each
one then I should use 'name=checkbox[]' and make an array out of it. okay,
fine. but how do i access them in my PHP script? I know I have to use
2 matches
Mail list logo