0
私はこのPHPのエラーを取得しています
PHP Notice: Undefined offset: 1
preg_match('!select \'(.*)\' AS!s', $html, $matches);
$count = $matches[1];
echo "[+] Count: $count\n";
for ($i = 0; $i <= $count; $i++)
{
if ($count == 1)
{
$num = "0,1";
}
else
{
$num = "$i,1";
}
}