Onderwerp bekijken
Vragen/Problemen in verband met infusions
Ticket syteem bewerking (php)
|
|||||||||||||||||||
Cylon |
Geplaatst op 02 October 2009, 11:31
|
||||||||||||||||||
Junior Lid Berichten: 16 Lid sinds: 23 Feb 2009, 08:11 |
Ik heb een ticket systeem maar vind het niet mooi staan Om elke antwoord/reactie kom een tekst box om heen te staan Is dat ook in een tabel te zetten? Met wie er reactie geef en dan wat hun schrijven er naast Sorry voor mijn spelling fouten/zins op bouw dyslectisch Dit is de code Naam bestand ticket.php Type mod http://www.phpfusion-nederlands.info/infusions/pro_download_panel/download.php?did=245 Code Download source
"; $tic1 = dbquery("SELECT * FROM ".DB_TICKETSYSTEM." WHERE addition = '".$_POST['id']."' Order BY date ASC"); while($test2 = mysql_fetch_assoc($tic1)){ echo" "; } if ( $test21['closed'] == "0"){ echo " "; }else{ echo " ".$locale['tick_018']." ";} echo " } closetable(); } if ($stype == "uvtl") { if (isset($_POST['addition1'])) { $addition = $_POST['addition1'] $message = stripinput($_POST['message']); $result = dbquery("INSERT INTO ".DB_TICKETSYSTEM." (addition, date, message) VALUES ('".$addition."', '".time()."', '".$message."')"); $result1 = dbquery("UPDATE ".DB_TICKETSYSTEM." SET active = '1' WHERE id = '".$_POST['addition1']."'"); } opentable(" "); echo " ".$locale['tick_019']."
"; closetable(); } if ($stype == "ust") { if (isset($_POST['subject'])) { $addition = "0"; $closed = "0"; $active = "1"; $username = $userdata['user_name'] $subject = stripinput($_POST['subject']); $name = stripinput($_POST['name']); $message = stripinput($_POST['message']); $priority = stripinput($_POST['priority']); $result = dbquery("INSERT INTO ".DB_TICKETSYSTEM." (addition, username, name, subject, priority, message, closed, active, date) VALUES ('".$addition."', '".$username."', '".$name."', '".$subject."', '".$priority."', '".$message."', '".$closed."', '".$active."', '".time()."')"); } opentable(" "); echo " ".$locale['tick_040']." "; $rule=$locale['tick_049'] echo "\n"; closetable(); } } require_once THEMES."templates/footer.php"; ?> |
||||||||||||||||||
|
Spring naar forum: |
Gebruik BBcode of HTML om naar; 'Ticket syteem bewerking (php)', te verwijzen!
BBcode: | |
HTML: |
Vergelijkbare onderwerpen
Onderwerp | Forum | Laatste bericht | |
---|---|---|---|
Ticket Support System 1.0 | Infusions | : 4 | 15 Nov 2014, 09:01 |
Bewerking infusions | Algemene v7 support | : 7 | 12 Nov 2014, 06:23 |
[opgelost] submit ticket | Infusions | : 4 | 01 Aug 2010, 11:21 |