How to remove white space on the left of a strin ?

You can use ltrim() function to remove white symbols at begining of a string, as example shows:$leftTrimmed = ltrim( $oldText );

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP