Helpdesk Ticketing System with PHP & MySQL - PHP Project

Helpdesk Ticketing System with PHP & MySQL - PHP Project

Code with Lucky

2 года назад

31,266 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Sanjay K
Sanjay K - 10.07.2023 10:21

Hello sir, Greate Tutorial...how can i add creating ticket Colum in mobile number. and export report in excel formate.

Ответить
Shehab Ahmed
Shehab Ahmed - 01.06.2023 22:53

hello sir is there any fix for Pagination i tried hard to fix it but i couldn't i think the problem here public function listDepartment(){

$sqlQuery = "SELECT id, name, status
FROM ".$this->departmentsTable;

if(!empty($_POST["search"]["value"])){
$sqlQuery .= ' (id LIKE "%'.$_POST["search"]["value"].'%" ';
$sqlQuery .= ' OR name LIKE "%'.$_POST["search"]["value"].'%" ';
$sqlQuery .= ' OR status LIKE "%'.$_POST["search"]["value"].'%" ';
}
if(!empty($_POST["order"])){
$sqlQuery .= ' ORDER BY '.$_POST['order']['0']['column'].' '.$_POST['order']['0']['dir'].' ';
} else {
$sqlQuery .= ' ORDER BY id DESC ';
}
if($_POST["length"] != -1){
$sqlQuery .= ' LIMIT ' . $_POST['start'] . ', ' . $_POST['length'];
}

Ответить
Felipe DJI Arica
Felipe DJI Arica - 18.05.2023 14:47

Can you help me with the modification since it does not let me see the next page or page

Ответить
PyxlRen
PyxlRen - 15.03.2023 06:06

How can i make a delete ticket button like users button

Ответить
Cody
Cody - 22.02.2023 07:56

Is he speaking English? I can’t tell if I’m tripping or not

Ответить
ADITI PATEL
ADITI PATEL - 15.02.2023 14:17

this is the error i am facing please help me out...
Fatal error: Uncaught mysqli_sql_exception: Table 'helpdesk_system.hd_users' doesn't exist in C:\xampp\htdocs\helpdesk-system\class\Users.php:23 Stack trace: #0 C:\xampp\htdocs\helpdesk-system\class\Users.php(23): mysqli_query(Object(mysqli), 'SELECT * FROM h...') #1 C:\xampp\htdocs\helpdesk-system\login.php(6): Users->login() #2 {main} thrown in C:\xampp\htdocs\helpdesk-system\class\Users.php on line 23

Ответить
Mak Mak
Mak Mak - 01.02.2023 14:07

hi, there's so many error in depart_action.php and users.php if you could fix it that would be great. thank you.

Ответить
habtamu doc
habtamu doc - 21.10.2022 12:40

sir! can I show the all process with source code step by step?

Ответить
Eloah Morningstar
Eloah Morningstar - 19.08.2022 17:53

may i know what version of xampp u using here on the video? thanks in advance!

Ответить
Ray John Ornales
Ray John Ornales - 14.08.2022 11:09

Help for pagination

Ответить
rrj
rrj - 31.07.2022 03:35

How to fix paganation please thank you

Ответить
Rikiman TV
Rikiman TV - 21.07.2022 10:10

Hey, great tutorial but I don't know how to fix pagination do you have any fix for that?

Ответить
Death_Reaper
Death_Reaper - 30.06.2022 17:45

How to enable the ticket edit option on the member login

Ответить
C Y
C Y - 21.06.2022 10:27

hello sir, good day..your system is very nice and amazing....i want to create a system similar to your Helpdesk Ticketing System...do you have a step-by-step tutorial on how to create your system?

Ответить
Dimaz Dicky
Dimaz Dicky - 05.04.2022 05:27

create tiket, message eror

Ответить
Silverblade
Silverblade - 18.01.2022 17:16

I am looking for 1 ticketing software s.will you help me to create.

Ответить
Muzammil Ali
Muzammil Ali - 13.01.2022 10:43

Sir, any update on Pagination?..

Ответить
Muzammil Ali
Muzammil Ali - 12.01.2022 13:39

Hello good sir, the Previous and next feature isn't working.. could you please tell me how do i fix that?

Ответить
Elmer Lacbayo
Elmer Lacbayo - 09.01.2022 16:21

Error login as admin : Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given in C:\class\Users.php on line 24

Ответить
Julio :3
Julio :3 - 27.12.2021 17:59

hello, how can a new user register an account on the login screen?

Ответить
RQ87
RQ87 - 17.11.2021 11:33

I Like, but users member message new ticket not working

Ответить
Aatish Kumar
Aatish Kumar - 01.11.2021 11:02

Pagination not working

Ответить
SANT SONI
SANT SONI - 29.10.2021 19:36

Sir iska pura basic tutorial digiye ki start se kaise banate hai......

Ответить
Santosh Yadav
Santosh Yadav - 29.10.2021 19:14

Excellent tutorial sir

Ответить