Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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
Advertisement