Guys how to match this with PHP.
@sometext then how to strip @ from the string?
@sometext then how to strip @ from the string?
Link to user profile in the post message?
|
Guys how to match this with PHP.
@sometext then how to strip @ from the string?
2014-08-07, 07:11 PM
Use the preg_replace function.
Note: The above code will not work with usernames that have spaces.
2014-08-07, 07:33 PM
You are awesome any idea how to make it check for usernames with spaces?
2014-08-07, 08:55 PM
Check out MentionMe which has got many examples on how to accomplish this and other interesting stuff.
2014-08-08, 09:48 AM
Thanks @Shade very much. Sorry but I am still learning more complex coding.
|
« Next Oldest | Next Newest »
|