Hi,
I have problem with String operation..
I would like to remove substring from a given string..
like..
/$string="Hi how hi hhii ";
//$string1="Hi how";
//$newstring=ltrim($string,$string1);
I am not able to remove "Hi how" ..
I am able to remove "Hi"..
help me rgarding this problem..
Removing SubString from a string
Moderator: General Moderators
Re: Removing SubString from a string
Thank you..I got it..