I figured that.
Anyhow, I have inserted my information into the code as seen:
Code:
$post['message'] = preg_replace('/(70-292)^(<a href="\S">70-292<\/a>)/i', '<a href="http://www.mcseworld.com/a/1932266569/" target="_blank">\\1</a>', $post['message']);
This works great in the fact that it causes no errors. This does not work great in the fact that it doesn't replace anything. :ermm: Now we know why these regex's are such a pain in the butt!
I'll get back on this shortly. Gotta go do some paying work now.