Changeset 34 for quests/ListQuests.php
- Timestamp:
- Aug 19, 2007, 12:08:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/ListQuests.php
r5 r34 1 1 <?php 2 session_start(); 3 4 include 'DatabaseConection.php'; 5 $Database = new Database('localhost','root','gurubashi'); 6 $Database->SelectDatabase('quests'); 2 include('Global.php'); 7 3 8 4 ?> … … 14 10 <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT"> 15 11 <link rel="SHORTCUT ICON" href="/images/favicon.ico"> 16 <TITLE>WoW server Heroes of Fantasy - Projek pøekládání Questù do CZ</TITLE>12 <TITLE>WoW server Heroes of Fantasy - Projekt pøekládání Questù do CZ</TITLE> 17 13 </HEAD> 18 14 <html> … … 21 17 <?php 22 18 23 include 'panel.php'; 24 19 include('Panel.php'); 25 20 26 21 if(array_key_exists('Translate', $_GET)) { … … 80 75 <form action="Form.php" method="get"> 81 76 <input type="text" name="entry"> 82 <input type="submit" value="Zobrazit"> (Zobrazit napø í. 560)77 <input type="submit" value="Zobrazit"> (Zobrazit napø. 560) 83 78 84 79 </form>
Note:
See TracChangeset
for help on using the changeset viewer.