[PHP] Re: BREAK into the DB

2002-07-15 Thread Blue Presley
the function you are looking for is called nl2br(). Translated it means 'new line to BR.' 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

[PHP] checkboxes / form elements

2002-07-12 Thread Blue Presley
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