Get characters in between 2 strings
Posted: Tue Dec 16, 2008 1:18 am
Hello
how to get in between characters of a string!
$variable_A = "Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However should you forget your password you can request a new one which will be activated in the same way as this account."
i want to get the characters (string) between However and which
Need to get this "should you forget your password you can request a new one"
how to do such a thing?
how to get in between characters of a string!
$variable_A = "Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you. However should you forget your password you can request a new one which will be activated in the same way as this account."
i want to get the characters (string) between However and which
Need to get this "should you forget your password you can request a new one"
how to do such a thing?