Re: [PHP] about whitespace

2002-09-09 Thread yasin inat
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

RE: [PHP] about whitespace

2002-09-06 Thread Jay Blanchard
[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

SV: [PHP] about whitespace

2002-09-06 Thread Bård Tommy Nilsen
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

[PHP] about whitespace

2002-09-06 Thread Meltem Demirkus
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