Reading other articles, I came up with another question:
If I build one array like
$logger = array ( "USERID" => $USERID,
"LOGINID" => $LOGIND,
"IPADDR" => $IPADDR);
would be very nice to pass just this array along...
so, there's a way to pass this var encoded within
the link? like <a href="somepage?logger...
or only using a form ?
because form would need the user intervention to press the submit button and that is not desireable....
sorry if it sounds stupid... I'm a wannabe Builder C++ programer and all that stuff is brand new for me!