Okay so thanks to folks on this forum I finally got a simple twitter online website working. Now I have run into another problem.
I have a twitter feed say the sample text is:
The cat will always be in the bag @folks @charliesheen
Now I had the idea of using regular expressions to find all @_ strings in the text and replace them with
<a href="index.php?".$(matched_string - @)>matched_string</a>
Any ideas on how I can possibly go about doing this?