Search results

  1. W

    Drop Down Menu -> Mysql

    It is not that at all " VALUES ('$itemn, '$realm')"; I forgot a ' after the itemn
  2. W

    My Open Source Image Hosting script :)

    4 pages -.- I can do the same thing in 1-2 page...
  3. W

    Drop Down Menu -> Mysql

    Hey, I'm trying to add data from a drop down menu into my database... But What I did does not work. <?php if(isset($_POST['save'])) { $itemn = $_POST['itemn']; $realm = $_POST["realm"]; if(!get_magic_quotes_gpc()) { $itemn = addslashes($itemn); } $query = " INSERT...
Top