
10-30-2011, 04:39 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by deverill2010
Hi banalive, thank you but I now get this error when trying to view the form -
Parse error: syntax error, unexpected T_STRING in /home/midwife/public_html/misc.php(89) : eval()'d code(1109) : eval()'d code on line 1
Any ideas?
|
ok, try this instead
PHP Code:
if($vbulletin->userinfo['posts'] < 10)
{
$errormessage = "You need 10 posts to use this form.";
eval(standard_error($errormessage));
}
|