Add abbreviation TT to Sequential ID

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
nazario
Posts: 2
Joined: Thu Aug 24, 2023 2:31 pm

Add abbreviation TT to Sequential ID

Post by nazario »

Script URL:
Version of script: 3.4.3
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I need to add the abbreviation "TT" to Sequential IDs, eg: TT123
Also I would like to know how to replace the Track_ID with the Sequential ID in the subject of the mail.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Re: Add abbreviation TT to Sequential ID

Post by Klemen »

Unfortunately, this is not something that can be done with the built-in features.

Since sequential IDs are directly from the database (numerical ID starting from 1), you would need to edit all the places it is printed out in the code to achieve what you are looking for.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply