print(ereg_replace($term, "<b>$term</b>", $main2[synopsis]));
Okay. This is what I'd like. The problem is I'm having trouble with the middle arguement.
I do it like above and it doesn't utilize the term variable like I want it to. I remove the quotes I get a parse error, single quotes parse error, just quote the bold tags - parse error.
Any ideas?






Bookmarks