This may seem weird: How do I str_replace an include function?
I want to replace this line: include("$header"); with nothing .. something like this: $footer = str_replace(" '. include("$header"); .' ", "", $footer); I get errors, any ideas? cheers, - Sebastian