Helpdesk Ticketing System with PHP & MySQL - PHP Project

preview_player
Показать описание
Tutorial to develop Helpdesk Ticketing System with Ajax, PHP and MySQL.

#codewithlucky #ticketsystemphp
Рекомендации по теме
Комментарии
Автор

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

felipedjiarica
Автор

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

eloahmorningstar
Автор

How can i make a delete ticket button like users button

TheRen_Org
Автор

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

MakMak-wfgy
Автор

Who to admin login not sport id and password eurm (admin, user)

anchalgupta
Автор

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

habtamudoc
Автор

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 Stack trace: #0 mysqli_query(Object(mysqli), 'SELECT * FROM h...') #1 Users->login() #2 {main} thrown in on line 23

ADITIPATEL-putx
Автор

How to enable the ticket edit option on the member login

death_reaper
Автор

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

Rikimantv
Автор

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

silverblade
Автор

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

DevJulin
Автор

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

muzammilali
Автор

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

elmerlacbayo
Автор

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

sanjayk
Автор

I Like, but users member message new ticket not working

rq
Автор

Sir iska pura basic tutorial digiye ki start se kaise banate

santsoni
Автор

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?

mariacyril-ft
Автор

How to fix paganation please thank you

rrj
Автор

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

cjm
Автор

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;


$sqlQuery .= ' (id LIKE
$sqlQuery .= ' OR name LIKE ';
$sqlQuery .= ' OR status LIKE
}

$sqlQuery .= ' ORDER BY ';
} else {
$sqlQuery .= ' ORDER BY id DESC ';
}
if($_POST["length"] != -1){
$sqlQuery .= ' LIMIT ' . $_POST['start'] . ', ' . $_POST['length'];
}

shehabxcode