View Full Version : sending a form to a user based on a profile field
vbted
02-23-2005, 10:46 PM
i have a form that i want to send to a user based on input from the form. It nees to match a custom profile field. any help on the query would be great. i'm clueless with sql. -Ted
sabret00the
02-24-2005, 12:42 PM
what are your attempts at the code looking like so far?
vbted
02-25-2005, 07:43 PM
$get_userid = $DB_site->query_first("SELECT " . TABLE_PREFIX . "user.userid
FROM " . TABLE_PREFIX . "profilefield
WHERE " . TABLE_PREFIX . "field19='$normalanswer1'");
sabret00the
02-25-2005, 08:34 PM
that's correct.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.