i'm confused ...
from the 2nd link you gave
where to put this line exactly?
next we add after line 90, the following
$interests = isset($_POST['user_interests']) ? stripinput(trim($_POST['user_interests'])) : "";
just before this line?
$user_location = isset($_POST['user_location']) ? stripinput(trim($_POST['user_location'])) : "";
or ... after this line
if ($_POST['user_month'] != 0 && $_POST['user_day'] != 0 && $_POST['user_year'] != 0) {
please clarify, thank you very much
p/s:
new member registered, e-mail verified, must be approved by admin, but not in the list when the admin viewed memberlist to activate
0 replies