Which way would be the prober way to do this:
Have a page that has a textarea called lineup, then within that page you use ereg_replace() then send it to the queries page
ereg_replace('[ font ]', '<font>', $lineup);
or
use the ereg_replace before I execute my queries?
Thanks!
Also, how would I strip all unathorized tags?