On Tuesday 24 August 2004 03:49, ron clark wrote:
> I an trying to add virus scanning to the file upload section of our
> portal using uvscan. The virus scanning is working properly using a
> system call , but I am having problems with formatting the output. I
> need to check the return value and if it is not a 0, I want to create a
> custom message. The problem is, when using system the output of the call
> is flushed to the browser before I can write the custom message so I
> have the uvscan message and then my custom message.

The system() function has a few siblings, check them out.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Democracy is a process by which the people are free to choose the man who
will get the blame.
                -- Laurence J. Peter
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to