sorry for being vague but i coudnt think of a decent title...
I am processing an email message in PHP and was wondering how i can say:
"find in string USERNAME= then store everything between USERNAME= and ;"
so i have a bit that would look like this:
Before:$message_body = USERNAME=my_username;
After; $username = my_username;
thanks in advance!
I am processing an email message in PHP and was wondering how i can say:
"find in string USERNAME= then store everything between USERNAME= and ;"
so i have a bit that would look like this:
Before:$message_body = USERNAME=my_username;
After; $username = my_username;
thanks in advance!