Open($userInfo); } catch (MgException $e) { echo "Could not connect to the MapGuide site server. Please contact the MapGuide site administrator."; die(); } try { $sessionId = $site->CreateSession(); // Define some constants $webLayout = "Library://Samples/Layouts/PHPSamples.WebLayout"; $title = "PHP Samples"; } catch (MgException $e) { echo "ERROR: " . $e->GetMessage("eng") . "\n"; echo $e->GetStackTrace("eng") . "\n"; } ?> <?= $title ?>