elseif($result=mssql_fetch_row(mssql_query("select [AccountId] from [warehouse] where (charindex (0x".$_GET['item_serial'].", Items) %16=4)")))
print 'That item has been found in account <b>'.$result[0].'</b>\'s personal storage!';
위에 쿼리문중에서 (0x".$_GET['item_serial'].", Items) %16=4 문 %16=4 는 무엇을뜻하는것인가요?
답변 1개
채택된 답변
+20 포인트
WebMONSTER
2017-04-15 (토) 16:14:22
앞에 받은 값을 16진수로 변환해서 4단위로 떨어지는지 검사
답변을 작성하려면 로그인이 필요합니다.