Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bahagian 2 - Mengelak Serangan Suntikan SQL
FikriFadzil
Oct 25th, 2013
182
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
$mysqli
=
new
mysqli
(
"localhost"
,
"my_user"
,
"my_password"
,
"world"
)
;
$id
=
$mysqli
->
real_escape_string
(
$_GET
[
'id'
]
)
;
$Q
=
"SELECT * FROM users WHERE id='
$id
'"
;
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
300$ GIFTCARDS? P8
Java | 13 min ago | 0.04 KB
2025-07-24T12:18:03.894
PHP | 17 min ago | 1.05 KB
?FREE Method Leaked? 1Y
Java | 23 min ago | 0.04 KB
Untitled
Lua | 1 hour ago | 6.75 KB
Atl
HTML | 4 hours ago | 0.53 KB
Trainyard 1.7
Lua | 5 hours ago | 7.86 KB
trainyard v1.6
Lua | 5 hours ago | 7.86 KB
Untitled
Java | 6 hours ago | 11.58 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!