This is my current code which just gives errors, as im trying to get it into one function, rather than many ereg_replaces, well:
$code=array("Name, Url, Image, In, Out, Des, num");
$replace=array("$name, $url, $image, $in, $out, $des, $count");
$display = preg_replace ($code, $replace, $display);
doesnt work 🙁
How can i get one that works?