Hi I have been using a replace array which has worked wonders but now I have just added one and it wont work why is this please. I can understand why it wont work but do not know what i have to do to sort it. I added the last one to replace a ' with a -
$old = array(' ', '/', 'amp;', ''');
$new = array('-', '-', '-', '-');
Thanks for your help.