Ozzy47
Well-known member
In my PHP file I have this bit of code:
This works as intended. Now what I would like to do is use a random phrase from a list, how would I acheive that?
PHP:
if ($spamcheck == '')
{
return $this->error(\XF::phrase('did_not_complete_the_captcha_verification_properly'));
}
This works as intended. Now what I would like to do is use a random phrase from a list, how would I acheive that?