The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple select box or checkboxes in the registration form
#5
Sounds great. Just fyi, if you want to make that a binary thing in the db where it is 1 for yes and 0 for no, you could do something like...

$over18=Input::get('over_18');
if ($over18 == 'on'){
$over18=1;
}else{
$over18=0;
}
  Reply


Messages In This Thread
multiple select box or checkboxes in the registration form - by mudmin - 11-11-2016, 04:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)