March 2002
Intermediate to advanced
528 pages
21h 29m
English
passthru
void passthru(stringcommand[, intreturn])
Executes command via the shell and outputs
the results of the command into the page. If
return is specified, it is set to the
return status of the command. If you want to capture the results of
the command, use exec( ).