[mapguide-users] Re: SEARCHHH ... HELP-MEEE
Nickthetemp
nickthetemp at gmail.com
Fri Feb 19 13:38:44 EST 2010
This is how I get the session Id:
add this at top of php code
$args = ($_SERVER['REQUEST_METHOD'] == "POST")? $_POST : $_GET;
$sessionId = $args['SESSION'];
then in your input use this:
<input type="hidden" name="SESSION" value="<?=$sessionId;?>">
hope this helps
--
View this message in context: http://n2.nabble.com/SEARCHHH-HELP-MEEE-tp4586563p4599417.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list