amfPHP Function Input Trouble
Posted
by she hates me
on Stack Overflow
See other posts from Stack Overflow
or by she hates me
Published on 2009-12-04T15:27:01Z
Indexed on
2010/04/21
19:23 UTC
Read the original article
Hit count: 406
Hello,
I'm writing an amfPHP function which should take string input. It takes alphanumeric characters without a problem, but unfortunately it returns data as "2" if I send "2.UgnFl4kAWovazp_tVo6fHg__.86400.1260025200-571701419" as parameter.
here is the function (real simple as you can see)
function checkOpenSession($guid, $session_key) {
return $session_key;
}
© Stack Overflow or respective owner