Answer the question
In order to leave comments, you need to log in
Pass the value of getSession(data) to the value of the input ?
How to correctly pass the value of getSession(data) to the value of the input and display this input on the site page?
function getSession(data){
for(var i=0,code=data.match(/_dS\('(.+)'\)/i)[1],_i=code.length-1,session='';i<_i;i++){session+=String.fromCharCode(code.charCodeAt(i)-code.substr(_i,1))};return session.match(/\d+/g)
}
Answer the question
In order to leave comments, you need to log in
and what is the problem? value=<? echo getSession($data) ?>
Maybe I forgot the quotes. Haven't written for a long time
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question