Hey im new around here so if i get something wrong tell me :D
I have this code
$txt = str_replace("#", "<a href=user.php?user=$txt></a>", $txt);
I want it to when a user tags someone using # it goes to the user.php?user=WHATEVER#WAS. Its just like twitter is this possible and simple?