what is the diffirent between :
//////////
session_start ();
$_SESSION['eventid'] = 'arma2';
///////////
and
/////////////
session_start ();
session_register('arama2');
///////////

Regards
Nabil

--
""open source world, open mind for all""



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to