undo83's blog
- subscribe
Write a short description about you. This is your profile and what other users will see.
undo83
posted on Oct 25, 2006
| views: 345
|
Tags: php, explode, function, split, String
The php explode function is used to split a string into small bits using a common separator.... read entire post
undo83
posted on Oct 25, 2006
| views: 14323
|
Tags: underline, html, code, programming
Best way to underline your text, is by using the tags. As an alternative solution, you can use the CSS property text-decoration.
This is an example: Assume your text is
This is normal text, and this must... read entire post