Yours Truly
04-28-2008, 10:15 AM
How would i go about making it so:
if ({$vbulletin->userinfo['field5'] = option 1'})
{
option 1
}
else if ({$vbulletin->userinfo['field5'] = option 2'})
{
option 2
}
and so on.
What would be the correct way of writing this? :)
if ({$vbulletin->userinfo['field5'] = option 1'})
{
option 1
}
else if ({$vbulletin->userinfo['field5'] = option 2'})
{
option 2
}
and so on.
What would be the correct way of writing this? :)