Ignore:
Timestamp:
Feb 9, 2009, 6:29:42 PM (15 years ago)
Author:
zork
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/pages/admin_novinky.php

    r405 r407  
    4141if (isset($_POST["add"]) AND $lvl > 0)
    4242{
    43   $db -> select_db("wow_web");
     43  $db -> select_db($db_ghsystem);
    4444  $result =  $db -> query("INSERT INTO `articles` ( `id` , `title` , `autor` , `date` , `category` , `text`) VALUES (NULL, '".$_POST["nadpis"]."', '".$_COOKIE["hof-nick"]."', NULL , '".$_POST["kategorie"]."'  , '".$_POST["text"]."');");
    4545  echo "Přidáno !";
Note: See TracChangeset for help on using the changeset viewer.