hello,
i'm trying to call the "lpr" command via php4 on a linux-system. now i want to echo the error-message, if printing fails. how does the code have to look?
tia!
$command="lpr %all parameters here";
$command_output=$command;
$command
// system, exec and the sort only return the last line
Saludos Gerardo