The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
sending a form to a user based on a profile field
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
|
#2
|
||||
|
||||
what are your attempts at the code looking like so far?
|
#3
|
|||
|
|||
$get_userid = $DB_site->query_first("SELECT " . TABLE_PREFIX . "user.userid
FROM " . TABLE_PREFIX . "profilefield WHERE " . TABLE_PREFIX . "field19='$normalanswer1'"); |
#4
|
||||
|
||||
that's correct.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|