Hi,
I have this variable which has some data on it which might have
[db search='search strings'];
in the data. I'm trying to pass the 'search strings' into a function so it can output a sql result...
$data_data = eregi_replace("[search=\"(.*)\"]", prodwebsearch(\1), "$data_data");
I have tried this many ways but I'm still having problems with it. Any ideas which way I should go about doing this?
Any help would be greatful.
Later
Darren