Changeset 470 for branches/beta/pages/admin_novinky.php
- Timestamp:
- Mar 2, 2009, 5:19:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/pages/admin_novinky.php
r421 r470 45 45 if (isset($_POST["add"]) AND $lvl > 0) 46 46 { 47 $db -> select_db($db_ ghsystem);47 $db -> select_db($db_webu); 48 48 $result = $db -> query("INSERT INTO `articles` ( `id` , `title` , `autor` , `date` , `category` , `text`) VALUES (NULL, '".$_POST["nadpis"]."', '".$_POST["autor"]."', NULL , '".$_POST["kategorie"]."' , '".$_POST["text"]."');"); 49 49 echo "Přidáno !";
Note:
See TracChangeset
for help on using the changeset viewer.