Click to See Complete Forum and Search --> : Image help


Anon
05-09-2001, 05:26 PM
I need to know a funstion for a forums system I'm putting together. I need a funsction that will take tags like this

[picture]

and look for whatever is inbetween the []'s in a directory called "images".

I looked at str_replace function and that comes close to what I want, (just have it relace the [ with <img src="image/$pic and the ] with ">. But I can't get it to change something in the [picture] format.