Jump to content

Adding Members to my site


magnetica

Recommended Posts

I recommend storing the ip they register with as a Unsigned Long Value as well as the most recent login IP as a long as well.

e.g.

//long ip unsigned

$ip = sprintf("%u",ip2long($_SERVER["REMOTE_ADDR"]));

 

Also the users gender, country, email address, member group or access level (permission to use different functions), registration date as a timestamp (use time function).

 

Perhaps you might want their Given/First Name for reasons of addressing them etc.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.