Forums
This topic is locked
Crop Sentence (ASP/VBscript only!) mm PHP ???
Posted 18 Jun 2005 13:18:33
1
has voted
18 Jun 2005 13:18:33 reinhardt ellis posted:
HI there...Crop Sentence (ASP/VBscript only!).. is there a php version out there... please anyone,,,
Thank Mozz
Replies
Replied 19 Jun 2005 02:52:21
19 Jun 2005 02:52:21 Dave Thomas replied:
check out the php online reference, it's a favourite bookmark of mine.
www.php.net/manual/en/ref.strings.php
the functions you are looking for are:
ltrim
trim
rtrim
read up on them, they work the same as [left] for asp etc.. by removing whitespace and other characters from a string.
regards
Dave Thomas
<b>DMX Zone Manager</b>
www.php.net/manual/en/ref.strings.php
the functions you are looking for are:
ltrim
trim
rtrim
read up on them, they work the same as [left] for asp etc.. by removing whitespace and other characters from a string.
regards
Dave Thomas
<b>DMX Zone Manager</b>