Voting

: eight plus one?
(Example: nine)

The Note You're Voting On

Brad dot Harrison at griffith dot edu dot au
20 years ago
If you need to trim the white space for HTML code and don't rely on spaces for formatting text (if you are then it is time to use Style Sheets) then this code will come in very useful.

$data=eregi_replace(">"."[[:space:]]+"."<","><",$data);
$data=eregi_replace(">"."[[:space:]]+",">",$data);
$data=eregi_replace("[[:space:]]+"."<","<",$data);

<< Back to user notes page

To Top