12.04.2009, 05:17
Quote:
|
Originally Posted by iTails [Support
]
Are you using MySQL? |
Код:
function FindMysql()
{
if(strfind(file_get_contents("rp.pwn"),"mysql",true)) return "MySql hasn't been found in the file.";
else return "MySql has been found in the file!";
}
Код:
echo("Output: ".FindMysql());

