Hi i am trying to do a find and replace on files for this
<?php include $_SERVER["DOCUMENT_ROOT"]."/articles/[^a-z]/footer.php"; ?>
to
<?php include $_SERVER["DOCUMENT_ROOT"]."/includes/class/footer.php"; ?>
but for some reason it is not working! i have a clue that its the / messing it up?
Cheers