No need to fill email and name input

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Firmeza
Posts: 1
Joined: Tue Jun 28, 2016 2:45 pm

No need to fill email and name input

Post by Firmeza »

Hello,
I have sessions stored with an email and name and i want to fill the variables which have the function to INSERT INTO database.
I have been searching in submit_ticket.php but i can't seem to find because it equals session to hesk_POST(); and i did not find any post with that keyword.
For example:
A person logges in (SESSION is created with name and email) and when submiting a ticket there's no need of filling the EMAIL: and NAME: inputs since SESSION has that information, what are the variables that correspond in the INSERT part so it can upload to db the ticket?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: No need to fill email and name input

Post by Klemen »

This is the supported way of passing data to Hesk:
http://www.hesk.com/knowledgebase/index.php?article=83

Anything else requires code modification and is unfortunately out of the scope of my support.
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