Changeset 407 for beta/pages/admin_novinky.php
- Timestamp:
- Feb 9, 2009, 6:29:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/pages/admin_novinky.php
r405 r407 41 41 if (isset($_POST["add"]) AND $lvl > 0) 42 42 { 43 $db -> select_db( "wow_web");43 $db -> select_db($db_ghsystem); 44 44 $result = $db -> query("INSERT INTO `articles` ( `id` , `title` , `autor` , `date` , `category` , `text`) VALUES (NULL, '".$_POST["nadpis"]."', '".$_COOKIE["hof-nick"]."', NULL , '".$_POST["kategorie"]."' , '".$_POST["text"]."');"); 45 45 echo "Přidáno !";
Note:
See TracChangeset
for help on using the changeset viewer.