Hi I am trying to take the output of a file like
$command = exec("cat /home/john/.forward") then I want to
if ($command == "|exec /usr/local/bin/procmail") {
echo hi;
}
but it dosen't work I think it has something to do with the .forward file having the " around it. Please help
thanks,
John