Can you met this problem?
Posted: Tue Aug 29, 2006 6:46 am
patrikG | Please use
my output is
Res is
Time: 1.732 sec (0 m 1 s)
from this i can't know anything......
How can i get the virus information?
guide me! plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
with thanks
shyami
patrikG | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi everyone,
i am trying this one, for one week
i am uploading some files through my php code,
i need to scan the files for virus information,
some sites they referred clamav, so i installed that one
it is working well in command line, in code, i gave like thisCode: Select all
<?php
$e= "testphp.php";
echo "<br>";
$g= exec("clamscan \"$e\"");
echo "Res is <br>";
echo $g;
?>Res is
Time: 1.732 sec (0 m 1 s)
from this i can't know anything......
How can i get the virus information?
guide me! plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
with thanks
shyami
patrikG | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]