Start typing to search articles...

Navigate Enter Select Esc Close

PHP

52 articles about php development, tools, and best practices

PHP nl2br on one line

I usually store data from a textarea directly to the database as is, then once I retrieve it back into HTML I use that lovely PHP function nl2br() to …

Read Article →