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: 389

Filed under:
|
|
|

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

Related posts about php

Related posts about amfphp