Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Search:

Type: Posts; User: adriancs35

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    6,861

    This does not require MySQL, true, but if you're...

    This does not require MySQL, true, but if you're going to use MySQL don't forget to escape your variables.
    $user = $mysqli->real_escape_string($_POST['user']);
    $pass =...
  2. Or you can actually fix those by actually takeing...

    Or you can actually fix those by actually takeing care if the variable is defined or not:

    if (isset($_GET['a'])){
    $variable = $_GET['a'];
    }

    This way you won't need to cheat by suppresing with...
Results 1 to 2 of 2
All times are GMT -5. The time now is 10:18 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
vBulletin Licensed to: MMOPro.org