views:

32

answers:

2

can you someone help or direct me to a good tutorial, on how to detect @replies and #tags when submitting a form like twitter? and also when retrieving the information from mysql and displaying them using php, they become links instaed of just plain texts. so basically it detects it and then makes it linkable!! i hope this makes sense!! thanks

+1  A: 

Twitter has released libraries that do just that!

http://engineering.twitter.com/2010/02/introducing-open-source-twitter-text.html

cpharmston
oh thanks, but they dnt have a php version!
getaway
+1  A: 

http://github.com/mikenz/twitter-text-php i found the php version for the twitter text processing, they only had it in ruby on rails, but someone did a php library for it, thanks

getaway