Script URL: 6alabaty.net/Order
Version of script: 2.2
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:
when I fill the fields, close the tap then open the script again, I see the fields are already filled as I did before .
I want to remove this function .
If I close the tap, or refresh the page, I want the fields to be empty .
How can I do that ???
remove the function of (last fields filling)
Moderator: mkoch227
Re: remove the function of (last fields filling)
Open index.php in notepad and just above try pasting something like
Code: Select all
/* Print header */
Code: Select all
hesk_cleanSessionVars($_SESSION['c_name']);
hesk_cleanSessionVars($_SESSION['c_email']);
hesk_cleanSessionVars($_SESSION['c_category']);
hesk_cleanSessionVars($_SESSION['c_priority']);
hesk_cleanSessionVars($_SESSION['c_subject']);
hesk_cleanSessionVars($_SESSION['c_message']);
foreach ($hesk_settings['custom_fields'] as $k=>$v)
{
hesk_cleanSessionVars($_SESSION["c_$k"]);
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: remove the function of (last fields filling)
thank you very much
I tried this , but did not work
I tried this , but did not work

Re: remove the function of (last fields filling)
This should work only when you submit a ticket. Try submitting one and it should empty the fields afterwards.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: remove the function of (last fields filling)
I tried to submit one but still
it did not work, I used Firefox , I don't know if this will work with explorer
it did not work, I used Firefox , I don't know if this will work with explorer
Re: remove the function of (last fields filling)
Sorry, try modifying submit_ticket.php not index.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: remove the function of (last fields filling)
I tried it in submit_ticket.php
still not working
still not working