http://www.php.net/manual/en/function.trim.php
for the beginning of string use ltrim()
vice versa rtrim()
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
is there any function which removes white spaces inse a string?
[/snip]
eregi_replace(), there are others as well.
http://www.php.net/manual/en/function.eregi-replace.php
rtfm(); HTH!;
Jay
I bet I can stop gambling
*
* Texas PHP Dev
Take a look at str_replace function ...
Bård Tommy
-Opprinnelig melding-
Fra: Meltem Demirkus [mailto:[EMAIL PROTECTED]]
Sendt: 6. september 2002 14:53
Til: [EMAIL PROTECTED]
Emne: [PHP] about whitespace
Hi,
is there any function which removes white spaces inse a string
Hi,
is there any function which removes white spaces inse a string?
thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo