Page 1 of 1

Ticket Tracking ID & Disabling Cut & Paste

Posted: Sat Jan 17, 2009 7:49 am
by ISO Retail
Script URL:
Version of script:
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:

Is there anyway to increase the Tricket Tracking ID field, just to go 1, 2, 3, instead of randomly generating Ticket numbers? Thanks guys.

Also was wondering in PHP if there's something that can prevent someone from cutting and pasting stuff into tickets.

All of you thank you again.

Posted: Sat Jan 17, 2009 9:00 am
by Klemen
For some guidance see
viewtopic.php?t=1434&highlight=random+tracking
don't forget to read why I don't recommend doing so.

Code: Select all

Also was wondering in PHP if there's something that can prevent someone from cutting and pasting stuff into tickets. 
Not something that can be done with PHP. Actually there is no 100% way of doing it, but Javascript could maybe help.