Last reply
Posted: Sun Dec 18, 2005 1:01 am
Script URL: n/a
Version of script: Newest
Version of PHP: 5
Hosting company: n/a
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hi there,
I was just wondering if it's possible to display who the last person who replied to the ticket was on the main screen? (through print_tickets.inc.php)
I would imagine something like this, but it would be great if someone could steer me along the right path:
if ($name == "admin") {
echo "Staff"; }
else { echo "Customer"; }
I'm just not sure of the correct variable names.
Any help appreciated!
Conor
Version of script: Newest
Version of PHP: 5
Hosting company: n/a
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hi there,
I was just wondering if it's possible to display who the last person who replied to the ticket was on the main screen? (through print_tickets.inc.php)
I would imagine something like this, but it would be great if someone could steer me along the right path:
if ($name == "admin") {
echo "Staff"; }
else { echo "Customer"; }
I'm just not sure of the correct variable names.
Any help appreciated!
Conor